remove-ebay-items/manifest.json
2022-08-01 23:36:49 +01:00

26 lines
603 B
JSON

{
"manifest_version": 3,
"name": "eBay Item Remove - DEVELOPMENT BUILD",
"version": "0.0.6",
"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"
},
"permissions": [ "notifications", "webNavigation", "scripting", "storage" ],
"host_permissions": [ "*://*.ebay.co.uk/*", "*://*.ebay.com/*" ]
}