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": "Shopify Spy Pro - Shopify Detector & Scraper",
"permissions": [
"storage",
"tabs",
"identity",
"background",
"declarativeNetRequest",
"identity.email",
"scripting"
],
"host_permissions": [
"https:\/\/www.similarweb.com\/",
"*:\/\/*.facebook.com\/*",
"https:\/\/*.similarweb.com\/",
"https:\/\/data.similarweb.com\/",
"https:\/\/*\/"
],
"version": "1.0.0.2",
"description": "Shopify Spy Pro - Shopify Detector & Scraper",
"web_accessible_resources": [
{
"resources": [
"css\/contentScripts.css",
"icons\/*",
"images\/*",
"js\/options.js"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules.json"
}
]
},
"default_locale": "en",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/64x64.png",
"128": "icons\/128x128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/ssp.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"js\/options.js"
],
"run_at": "document_end"
},
{
"matches": [
"<all_urls>"
],
"js": [
"js\/contentScripts.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/64x64.png",
"128": "icons\/128x128.png"
}
}