Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "App Detector for Shopify\u2122 ",
"description": "Discover apps & themes effortlessly with Shopify App Detector Chrome extension. Streamline your e-commerce research! ",
"version": "1.0",
"content_scripts": [
{
"js": [
"data\/shopify_apps.js",
"content.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": ".\/Icon2000.png"
},
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": ".\/Icon16.png",
"32": ".\/Icon32.png",
"48": ".\/Icon128.png",
"64": ".\/Icon64.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"notifications",
"gcm",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"Group.svg",
"Shopify.svg",
"Icon2000.png"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"data\/shopify_apps.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"data\/shopify_themes.js"
],
"matches": [
"<all_urls>"
]
}
]
}