Canadian Coupons and Freebies
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "http://clients2.google.com/service/update2/crx",
"name": "Canadian Savers",
"version": "2.8",
"manifest_version": 2,
"description": "Canadian Coupons and Freebies",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"background": {
"scripts": [
"js/main.js"
],
"persistent": true
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "favicon.ico",
"default_popup": "popup.html"
},
"permissions": [
"http://www.canadiansavers.ca/",
"notifications",
"tabs",
"storage"
],
"web_accessible_resources": [
"access"
]
}