data.json 700 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "config": {
  3. "backgroundColor": "#000000",
  4. "textColor": "#ffffff",
  5. "accentColor": "#4a9eff",
  6. "searchEngine": "https://kagi.com/search?q=",
  7. "backgroundImage": "",
  8. "backgroundBlur": 0,
  9. "maskColor": "#000000",
  10. "maskOpacity": 60
  11. },
  12. "bookmarks": [
  13. {
  14. "name": "GitHub",
  15. "url": "https://github.com",
  16. "tags": ["dev", "code"]
  17. },
  18. {
  19. "name": "Google",
  20. "url": "https://google.com",
  21. "tags": ["search"]
  22. },
  23. {
  24. "name": "YouTube",
  25. "url": "https://youtube.com",
  26. "tags": ["video", "entertainment"]
  27. },
  28. {
  29. "name": "Twitter",
  30. "url": "https://twitter.com",
  31. "tags": ["social"]
  32. }
  33. ]
  34. }