Extension for Appsleak.com service

Extension for Appsleak.com service

Help discover applications statistics from App Store and Google Play Market.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Extension for Appsleak.com service",
  "version": "12.0.0",
  "manifest_version": 2,
  "description": "Help discover applications statistics from App Store and Google Play Market.",
  "permissions": [
    "https://play.google.com/*"
  ],
  "icons": {
    "48": "settings-48.png",
    "128": "settings-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://appsleak.com/*",
        "http://www.appsleak.com/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ]
}