Inspect and view changes in Best Shopify App Detector 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": "Best Shopify App Detector",
"title": "Best Shopify App Detector",
"description": "The best Shopify App detector for detecting Shopify Apps.",
"version": "6.6",
"permissions": [
"tabs"
],
"icons": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"background.js"
]
}
],
"action": {
"default_popup": "popup.html"
}
}