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",
"name": "Shopify Theme Detector by Meetanshi",
"version": "1.4",
"manifest_version": 3,
"description": "Easily find out what Shopify theme a website is using.",
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"https:\/\/api.meetanshi.com\/*"
]
}
],
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png",
"256": "icons\/256x256.png"
}
}