ASO Tools for Google Play Store™

ASO Tools for Google Play Store™

View apps in different languages and quick links to 2 of the Top ASO analytics sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ASO Tools for Google Play Store™",
  "description": "View apps in different languages and quick links to 2 of the Top ASO analytics sites.",
  "version": "4.0",
  "browser_action": {
    "default_icon": "logo32.png",
    "default_title": "ASO Tools for Google Play Store™"
  },
  "icons": {
    "16": "logo16.png",
    "24": "logo48.png",
    "32": "logo32.png",
    "128": "logo32.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://play.google.com/store/apps/details?id=*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}