Best Shopify Theme Detector

Best Shopify Theme Detector

The Best Shopify Theme Detector identifies Shopify store themes quickly and easily.It Suggests useful apps to optimize your store.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Best Shopify Theme Detector",
  "title": "Best Shopify Theme Detector",
  "description": "The Best Shopify Theme Detector identifies Shopify store themes quickly and easily.It Suggests useful apps to optimize your store.",
  "version": "5.1.0",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "icons/icons16.png",
    "17": "icons/icons32.png",
    "48": "icons/icons48.png",
    "128": "icons/icons128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  }
}