44 lines
750 B
JSON
44 lines
750 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|