| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "config": {
- "backgroundColor": "#000000",
- "textColor": "#ffffff",
- "accentColor": "#4a9eff",
- "searchEngine": "https://kagi.com/search?q=",
- "backgroundImage": "",
- "backgroundBlur": 0,
- "maskColor": "#000000",
- "maskOpacity": 60
- },
- "bookmarks": [
- {
- "name": "GitHub",
- "url": "https://github.com",
- "tags": ["dev", "code"]
- },
- {
- "name": "Google",
- "url": "https://google.com",
- "tags": ["search"]
- },
- {
- "name": "YouTube",
- "url": "https://youtube.com",
- "tags": ["video", "entertainment"]
- },
- {
- "name": "Twitter",
- "url": "https://twitter.com",
- "tags": ["social"]
- }
- ]
- }
|