ASO - Toolbox by StoreMaven

ASO - Toolbox by StoreMaven

This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ASO - Toolbox by StoreMaven",
  "version": "3.0.0",
  "description": "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country",
  "permissions": [
    "tabs",
    "identity",
    "identity.email",
    "storage"
  ],
  "host_permissions": [
    "https://serve-dot-mvns-creative-testing-prod.uc.r.appspot.com/*",
    "https://events-dot-mvns-creative-testing-prod.uc.r.appspot.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "contentPage.js"
      ],
      "matches": [
        "https://play.google.com/store/apps/*",
        "https://itunes.apple.com/*/app/*",
        "https://itunes.apple.com/app/*",
        "https://apps.apple.com/*/app/*",
        "https://apps.apple.com/app/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "backgroundPage.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "/assets/logos/16x16.png",
    "48": "/assets/logos/48x48.png",
    "128": "/assets/logos/128x128.png"
  }
}