Shop, save and earn Points at MY.SHOP.COM partner 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 for Malaysia - Earn Points Shopping",
"version": "4.0.3.0",
"description": "Shop, save and earn Points at MY.SHOP.COM partner stores with ShopBuddy.",
"homepage_url": "http://my.shop.com/",
"browser_action": {
"default_icon": {
"20": "./icons/20x20.png"
},
"default_title": "ShopBuddy Malaysia"
},
"author": "shop.com",
"manifest_version": 2,
"permissions": [
"tabs",
"webRequest",
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"vendors/bundle.js",
"background/bundle.js"
],
"persistent": true
},
"content_scripts": [
{
"all_frames": false,
"js": [
"vendors/bundle.js",
"content/bundle.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"icons": {
"24": "./icons/24x24.png",
"48": "./icons/48x48.png",
"128": "./icons/128x128.png"
},
"web_accessible_resources": [
"content/*.css",
"content/*.svg",
"icons/*.png"
],
"browser_specific_settings": {
"gecko": {
"id": "{f46a2114-18b0-4d92-bb66-a719f6ede31b}"
}
}
}