first commit
This commit is contained in:
43
manifest.json
Normal file
43
manifest.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "CrowdProof Observe",
|
||||
"version": "1.0.0",
|
||||
"description": "Send observations to CrowdProof from any webpage",
|
||||
|
||||
"permissions": [
|
||||
"storage",
|
||||
"activeTab",
|
||||
"cookies",
|
||||
"contextMenus",
|
||||
"sidePanel"
|
||||
],
|
||||
|
||||
"host_permissions": [
|
||||
"<all_urls>"
|
||||
],
|
||||
|
||||
"action": {
|
||||
"default_icon": {
|
||||
"48": "icons/icon-48.png"
|
||||
},
|
||||
"default_title": "Open CrowdProof Observe"
|
||||
},
|
||||
|
||||
"side_panel": {
|
||||
"default_path": "sidepanel/sidepanel.html"
|
||||
},
|
||||
|
||||
"options_ui": {
|
||||
"page": "options/options.html"
|
||||
},
|
||||
|
||||
"background": {
|
||||
"service_worker": "background/background.js"
|
||||
},
|
||||
|
||||
"icons": {
|
||||
"48": "icons/icon-48.png",
|
||||
"96": "icons/icon-96.png",
|
||||
"128": "icons/icon-128.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user