Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Shopify Store Spy - Shoper Spy - Shopify apps",
"description": "Shopify Competitor Analysis, Shopify App Detector & Shopify Theme Detector. Spy & Detect Competitor Store Products Apps & Themes",
"version": "1.1.0",
"author": "Reconvert",
"homepage_url": "https:\/\/reconvert.io",
"icons": {
"16": "assets\/image\/icon16.png",
"48": "assets\/image\/icon48.png",
"128": "assets\/image\/icon128.png"
},
"action": {
"default_icon": "assets\/image\/icon128.png",
"default_popup": "index.html"
},
"permissions": [
"identity",
"identity.email",
"storage"
],
"host_permissions": [
"https:\/\/api.mailgun.net\/*"
],
"background": {
"service_worker": "worker_wrapper.js"
},
"content_scripts": [
{
"exclude_matches": [
"https:\/\/*.google.com\/*",
"https:\/\/*.facebook.com\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"lib\/zepto\/zepto.min.js",
"js\/sad.js",
"js\/content.js"
],
"run_at": "document_end"
}
]
}