Inspect and view changes in SuperPrice search 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": 2,
"icons": {
"128": "icon.png"
},
"name": "SuperPrice search",
"description": "You can find products and price from multiple shops.",
"version": "1.8.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "spp.html",
"default_title": "SuperPrice search"
},
"permissions": [
"contextMenus",
"storage",
"http://ip-api.com/json",
"https://domisan.sakura.ne.jp/spp/*"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "jid1-T7zC870jgKm44A@jetpack",
"strict_min_version": "57.0"
}
}
}