Inspect and view changes in Cheapskate - Instant Coupons & Loyalty Wallet source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Cheapskate - Instant Coupons & Loyalty Wallet",
"version": "3.2.0",
"description": "Supercharge your shopping experience with our plugin - your all-in-one loyalty wallet and shopping assistant!",
"action": {
"default_icon": {
"16": "assets/img/CSIcon16.png",
"24": "assets/img/CSIcon24.png",
"32": "assets/img/CSIcon32.png"
},
"default_title": "Cheapskate",
"default_popup": "popup.html"
},
"icons": {
"16": "assets/img/CSIcon16.png",
"48": "assets/img/CSIcon48.png",
"128": "assets/img/CSIcon128.png"
},
"permissions": [
"tabs",
"storage",
"activeTab",
"cookies",
"notifications"
],
"host_permissions": [
"*://*.cheapskate.io/",
"*://*.cheap-join.web.app/",
"*://*.cheap-join-stg.web.app/"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"assets/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*://*.anrdoezrs.net/*",
"*://*.commission-junction.com/*",
"*://*.dpbolvw.net/*",
"*://*.apmebf.com/*",
"*://*.jdoqocy.com/*",
"*://*.kqzyfj.com/*",
"*://*.qksrv.net/*",
"*://*.tkqlhce.com/*",
"*://*.qksz.net/*",
"*://*.emjcd.com/*",
"*://*.afcyhf.com/*",
"*://*.awltovhc.com/*",
"*://*.ftjcfx.com/*",
"*://*.lduhtrp.net/*",
"*://*.tqlkg.com/*",
"*://*.awxibrm.com/*",
"*://*.cualbr.com/*",
"*://*.rnsfpw.net/*",
"*://*.vofzpwh.com/*",
"*://*.yceml.net/*",
"*://*.cj-dotomi.com/*",
"*://*.epsilon.com/*"
],
"run_at": "document_idle",
"js": [
"/build/inject.js",
"/build/wishlist.js",
"/build/coupons.js",
"/build/blockchain.js"
]
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*://*.anrdoezrs.net/*",
"*://*.commission-junction.com/*",
"*://*.dpbolvw.net/*",
"*://*.apmebf.com/*",
"*://*.jdoqocy.com/*",
"*://*.kqzyfj.com/*",
"*://*.qksrv.net/*",
"*://*.tkqlhce.com/*",
"*://*.qksz.net/*",
"*://*.emjcd.com/*",
"*://*.afcyhf.com/*",
"*://*.awltovhc.com/*",
"*://*.ftjcfx.com/*",
"*://*.lduhtrp.net/*",
"*://*.tqlkg.com/*",
"*://*.awxibrm.com/*",
"*://*.cualbr.com/*",
"*://*.rnsfpw.net/*",
"*://*.vofzpwh.com/*",
"*://*.yceml.net/*",
"*://*.cj-dotomi.com/*",
"*://*.epsilon.com/*"
],
"run_at": "document_start",
"js": [
"/build/toggleIcon.js"
]
}
],
"background": {
"service_worker": "./background.js",
"type": "module"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}