27 lines
689 B
JSON
27 lines
689 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "linkdingsync",
|
|
"version": "1.0.0",
|
|
"description": "Sync browser bookmarks with your self-hosted Linkding instance. Supports folder hierarchy, bi-directional sync, and configurable sync modes.",
|
|
"permissions": [
|
|
"bookmarks",
|
|
"storage",
|
|
"alarms",
|
|
"unlimitedStorage"
|
|
],
|
|
"browser_action": {
|
|
"default_title": "LinkdingSync",
|
|
"default_icon": {
|
|
"48": "icons/icon-48.svg",
|
|
"96": "icons/icon-96.svg"
|
|
},
|
|
"default_popup": "popup.html"
|
|
},
|
|
"background": {
|
|
"page": "background.html"
|
|
},
|
|
"options_ui": {
|
|
"page": "background.html"
|
|
},
|
|
"homepage_url": "https://github.com/sissbruecker/linkding"
|
|
} |