2020-07-31 22:57:32 +02:00
|
|
|
{
|
2020-08-08 14:29:21 +02:00
|
|
|
"name": "Better",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"icons": {
|
|
|
|
"48": "images/48.png",
|
|
|
|
"128": "images/128.png"
|
|
|
|
},
|
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "{02d8a7bd-79ba-4808-8e11-f3e19af43f90}"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Find better products & services than the one you're currently visiting",
|
|
|
|
"permissions": ["activeTab", "storage"],
|
|
|
|
"background": {
|
|
|
|
"scripts": ["background.js"],
|
|
|
|
"persistent": false
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["https://*/*", "http://*/*"],
|
|
|
|
"js": ["contentscript.js"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"manifest_version": 2,
|
|
|
|
"options_ui": {
|
|
|
|
"page": "options.html",
|
|
|
|
"open_in_tab": false
|
|
|
|
},
|
|
|
|
"web_accessible_resources": ["defaultlist.json"]
|
|
|
|
}
|