Shopify Website Audit

Shopify Website Audit

Shopify Table Explorer + Products, Collections, Pages, Blogs + Technology on Site

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shopify Website Audit",
  "author": "MTDR",
  "manifest_version": 3,
  "version": "1.0.5",
  "description": "Shopify Table Explorer + Products, Collections, Pages, Blogs + Technology on Site",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "host_permissions": [
    "http://*/",
    "https://*/",
    "https://extension.mtdr.dev/"
  ],
  "background": {},
  "content_scripts": [],
  "web_accessible_resources": [],
  "permissions": [
    "tabs"
  ]
}