Discussion for Google Play Store™

Discussion for Google Play Store™

Discuss any App or Game on the Google Play Store!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Discussion for Google Play Store™",
  "version": "1.1.3",
  "description": "Discuss any App or Game on the Google Play Store!",
  "short_name": "Discuss Apps",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "assets/background-5be0eb53.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-bd3394e6.js"
      ],
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://play.google.com/apps*",
        "https://play.google.com/store/apps*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "https://play.google.com/apps*",
    "https://play.google.com/store/apps*"
  ],
  "web_accessible_resources": [
    "commonjsHelpers-49de6970.js",
    "CHANGE_URL_HERE-6a52cd4c.js",
    "content.js"
  ]
}