Inspect and view changes in Monetha 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
{
"name": "Monetha",
"version": "1.1.14",
"manifest_version": 3,
"description": "Never miss out on cashback and shopping Points at online partners of the Monetha benefit program again",
"browser_specific_settings": {
"gecko": {
"id": "firefoxsubmission@monetha.io"
}
},
"background": {
"scripts": [
"service-worker-loader.js"
],
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/index.tsx-loader-D08zITvl.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/*",
"assets/inject-BG7FQlsz.js",
"assets/constants-BsaBzSFF.js",
"assets/getInterstitialUrl-CV9Qqvno.js",
"assets/index.tsx-uQtY3xW0.js"
]
}
],
"icons": {
"16": "src/assets/images/monetha-icon-16px.png",
"18": "src/assets/images/monetha-icon-18px.png",
"24": "src/assets/images/monetha-icon-24px.png",
"48": "src/assets/images/monetha-icon-48px.png",
"128": "src/assets/images/monetha-icon-128px.png"
},
"permissions": [
"storage",
"tabs",
"webNavigation",
"alarms"
],
"action": {
"default_popup": "obfuscated/popup/popup.html"
}
}