Inspect and view changes in Site Spy Monitor 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Site Spy Monitor",
"version": "1.0.13",
"description": "Track and monitor website changes with this web extension",
"permissions": [
"tabs"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"action": {
"default_popup": "src/pages/popup/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets/js/*.js",
"assets/css/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*://*/*"
]
}
]
}