2017-07-14 05:11:06 +00:00
|
|
|
{
|
|
|
|
"manifest_version" : 2,
|
|
|
|
"name": "Add to (Semantic)Scuttle",
|
2017-08-07 16:23:51 +00:00
|
|
|
"version" : "0.7",
|
2017-07-22 17:54:29 +00:00
|
|
|
"description" : "Add bookmarks to a (Semantic)Scuttle instance, a social bookmarking tool experimenting with tags and collaborative tag descriptions.",
|
2017-07-26 08:06:36 +00:00
|
|
|
"homepage_url" : "https://addons.mozilla.org/fr/firefox/addon/add-to-semantic-scuttle/",
|
2017-07-14 05:11:06 +00:00
|
|
|
"icons" : {
|
|
|
|
"48" : "data/icon48.png"
|
|
|
|
},
|
2017-07-14 05:54:27 +00:00
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "add2scuttle@spaceoasis.gotdns.org",
|
|
|
|
"strict_min_version": "52.0"
|
|
|
|
}
|
|
|
|
},
|
2017-07-14 05:11:06 +00:00
|
|
|
"options_ui" : {
|
|
|
|
"page": "options.html"
|
|
|
|
},
|
|
|
|
"permissions" : [
|
|
|
|
"storage",
|
|
|
|
"notifications",
|
|
|
|
"contextMenus",
|
|
|
|
"activeTab",
|
2017-07-14 06:26:30 +00:00
|
|
|
"tabs"
|
|
|
|
],
|
2017-07-14 05:11:06 +00:00
|
|
|
"browser_action" : {
|
|
|
|
"default_title" : "Add to (Semantic)Scuttle",
|
|
|
|
"default_icon" : "data/icon48.png"
|
|
|
|
},
|
2017-08-07 16:23:51 +00:00
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["<all_urls>"],
|
|
|
|
"js": ["content-script.js"]
|
|
|
|
}
|
|
|
|
],
|
2017-07-14 05:11:06 +00:00
|
|
|
"background" : {
|
|
|
|
"scripts" : ["background.js"]
|
|
|
|
}
|
|
|
|
}
|