Shopify App & Theme Detector Firefox

Examine source code of Shopify App & Theme Detector

Inspect and view changes in Shopify App & Theme Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Shopify App & Theme Detector",
  "short_name": "Shopify App ",
  "version": "1.0.0",
  "description": "Detects which Shopify theme, apps, and integrations a store is using by analyzing its source code",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://*.myshopify.com/*",
    "https://*.com/*"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Shopify App & Theme Detector",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.myshopify.com/*",
        "https://*.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "shopify_app_detector@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best Shopify App & Theme Detector Alternatives

Here are some Firefox add-ons that are similar to Shopify App & Theme Detector: