first commit
This commit is contained in:
51
manifest.json
Normal file
51
manifest.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "CrowdProof Observe",
|
||||
"version": "1.0.0",
|
||||
"description": "Send observations to CrowdProof from any webpage",
|
||||
|
||||
"permissions": [
|
||||
"storage",
|
||||
"activeTab",
|
||||
"cookies",
|
||||
"theme",
|
||||
"contextMenus",
|
||||
"menus",
|
||||
"<all_urls>"
|
||||
],
|
||||
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "crowdproof-observe@proofpoint.local"
|
||||
}
|
||||
},
|
||||
|
||||
"icons": {
|
||||
"48": "icons/icon-48.png",
|
||||
"96": "icons/icon-96.png"
|
||||
},
|
||||
|
||||
"sidebar_action": {
|
||||
"default_icon": {
|
||||
"48": "icons/icon-48.png"
|
||||
},
|
||||
"default_title": "CrowdProof Observe",
|
||||
"default_panel": "sidebar/sidebar.html"
|
||||
},
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": {
|
||||
"48": "icons/icon-48.png"
|
||||
},
|
||||
"default_title": "Toggle CrowdProof Observe"
|
||||
},
|
||||
|
||||
"options_ui": {
|
||||
"page": "options/options.html",
|
||||
"browser_style": true
|
||||
},
|
||||
|
||||
"background": {
|
||||
"scripts": ["background/background.js"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user