Earn points for Pounds from 1,000s of online stores with ShopBuddy.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "ShopBuddy UK",
"version": "4.0.12.0",
"description": "Earn points for Pounds from 1,000s of online stores with ShopBuddy.",
"homepage_url": "https://uk.shop.com",
"author": "shop.com",
"manifest_version": 3,
"permissions": [
"tabs",
"webRequest",
"storage",
"alarms"
],
"background": {
"service_worker": "background/bundle.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"vendors/bundle.js",
"content/bundle.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"icons": {
"24": "./icons/24x24.png",
"48": "./icons/48x48.png",
"128": "./icons/128x128.png"
},
"web_accessible_resources": [
{
"resources": [
"content/*.css",
"content/*.svg",
"icons/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"http://*/",
"https://*/"
],
"action": {
"default_icon": {
"20": "./icons/20x20.png"
},
"default_title": "ShopBuddy United Kingdom"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}