27 lines
630 B
JSON
27 lines
630 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "LinkSync",
|
|
"version": "1.0.0",
|
|
"description": "Sync bookmarks with LinkSyncServer",
|
|
"permissions": [
|
|
"bookmarks",
|
|
"storage",
|
|
"activeTab"
|
|
],
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"48": "icons/icon-48.png",
|
|
"96": "icons/icon-96.png"
|
|
},
|
|
"default_title": "LinkSync"
|
|
},
|
|
"background": {
|
|
"page": "background.html"
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "{linksync-browser-extension-id}",
|
|
"strict_min_version": "109.0"
|
|
}
|
|
}
|
|
} |