{
  "manifest_version": 3,
  "name": "BestAppify \u2014 App Store intelligence",
  "version": "1.0.1",
  "description": "Real category position, review pace, pricing against the category and listing history, on any Shopify app listing.",
  "homepage_url": "https://bestappify.com/chrome-extension",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "Show the BestAppify panel",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://bestappify.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://apps.shopify.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon32.png"
      ],
      "matches": [
        "https://apps.shopify.com/*"
      ]
    }
  ]
}
