AppstoreSpy for Play Store

AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AppstoreSpy for Play Store",
  "version": "1.1.7",
  "description": "Enrich Play Store with mobile app analytics from AppstoreSpy",
  "author": "appstorespy.com",
  "icons": {
    "16": "asodigger16.png",
    "32": "asodigger32.png",
    "48": "asodigger48.png",
    "128": "asodigger128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "modules/*",
        "*.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "permissions": [
    "identity",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://play.google.com/store/*",
        "https://play.google.com/work/*",
        "https://appstorespy.com/extension/*"
      ],
      "css": [
        "playspy.css"
      ],
      "js": [
        "display.js",
        "content.js",
        "popup.js",
        "countries.js"
      ]
    }
  ],
  "action": {
    "default_title": "AppstoreSpy",
    "default_icon": "asodigger16.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}