Examine source code of Shopify Theme Detector

Inspect and view changes in Shopify Theme Detector source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Shopify Theme Detector by Meetanshi",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Quickly find out what Shopify theme this website is using. Get a direct link!",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "https://meetanshi.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://meetanshi.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png",
    "256": "icons/256x256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "shopify-theme-detector@meetanshi.com"
    }
  }
}