Inspect and view changes in Price Scout 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": "Price Scout",
"description": "Your Personal Bargain Hunter!",
"version": "1.5",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery-3.6.1.min.js",
"popupsidebar.js"
]
}
],
"permissions": [
"cookies"
],
"host_permissions": [
"*://pricescout20220928125201.azurewebsites.net/*"
],
"icons": {
"16": "/images/PriceScoutLogo16Green.png",
"32": "/images/PriceScoutLogo32Green.png",
"48": "/images/PriceScoutLogo48Green.png",
"128": "/images/PriceScoutLogo128Green.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "/images/PriceScoutLogo16Green.png",
"32": "/images/PriceScoutLogo32Green.png",
"48": "/images/PriceScoutLogo48Green.png",
"128": "/images/PriceScoutLogo128Green.png"
}
},
"options_page": "options.html",
"externally_connectable": {
"matches": [
"https://pricescout20220928125201.azurewebsites.net/*"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}