50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Container Bookmarks",
|
|
"version": "1.0.4",
|
|
"description": "Associate bookmarks with Firefox containers. Open bookmarks in your preferred container automatically.",
|
|
"author": "masterElmar",
|
|
"icons": {
|
|
"48": "icons/icon-48.png",
|
|
"96": "icons/icon-96.png"
|
|
},
|
|
"permissions": [
|
|
"bookmarks",
|
|
"contextualIdentities",
|
|
"cookies",
|
|
"storage",
|
|
"tabs",
|
|
"menus",
|
|
"notifications",
|
|
"webNavigation"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"background.js"
|
|
],
|
|
"persistent": false
|
|
},
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"48": "icons/icon-48.png",
|
|
"96": "icons/icon-96.png"
|
|
},
|
|
"default_title": "Container Bookmarks",
|
|
"default_popup": "popup/popup.html"
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "container-bookmarks@masterelmar",
|
|
"strict_min_version": "57.0",
|
|
"data_collection_permissions": {
|
|
"required": [
|
|
"none"
|
|
],
|
|
"optional": []
|
|
}
|
|
},
|
|
"gecko_android": {
|
|
"strict_min_version": "57.0"
|
|
}
|
|
}
|
|
} |