remove-ebay-items/manifest.json

26 lines
583 B
JSON
Raw Normal View History

2022-07-20 00:46:09 +01:00
{
"manifest_version": 3,
"name": "eBay Item Remove - DEVELOPMENT BUILD",
"version": "0.0.3",
2022-07-20 00:46:09 +01:00
"description": "Remove items you don't want to see from eBay",
"icons": {
"48": "icons/ebay-48.png"
},
"action": {
"default_icon": {
"48": "icons/ebay-48.png"
},
"default_title": "eBay Item Remove"
},
"background": {
"service_worker": "background-script.js"
},
2022-07-20 15:13:17 +01:00
"permissions": [ "notifications", "webNavigation", "scripting", "storage" ],
2022-07-20 00:46:09 +01:00
"host_permissions": [ "*://*.ebay.co.uk/*" ]
}