30 lines
534 B
JSON
30 lines
534 B
JSON
|
{
|
||
|
"manifest_version": 3,
|
||
|
"name": "Tab Provenance",
|
||
|
"description": "Tells you what site you opened a tab from",
|
||
|
"version": "0.1",
|
||
|
|
||
|
"browser_specific_settings": {
|
||
|
"gecko": {
|
||
|
"id": "tab-provenance@example.com"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"icons": {
|
||
|
"48": "icons/48.png"
|
||
|
},
|
||
|
|
||
|
"background": {
|
||
|
"scripts": ["tab_provenance.js"]
|
||
|
},
|
||
|
|
||
|
"permissions": [
|
||
|
"tabs",
|
||
|
"activeTab",
|
||
|
"scripting",
|
||
|
"sessions",
|
||
|
"menus",
|
||
|
"webNavigation"
|
||
|
]
|
||
|
}
|