PandeX

PandeX

The ultimate Pandora upgrade

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js",
      "js/downloader.js",
      "js/ad/prevent.js"
    ]
  },
  "browser_action": {
    "default_icon": "photos/face.png",
    "default_popup": "html/popup.html",
    "default_title": "PandeX"
  },
  "content_scripts": [
    {
      "css": [
        "css/buttonStyler.css"
      ],
      "js": [
        "js/jquery.js",
        "js/main.js"
      ],
      "matches": [
        "http://*.pandora.com/*",
        "https://*.pandora.com/*"
      ]
    }
  ],
  "description": "The ultimate Pandora upgrade",
  "icons": {
    "16": "photos/icon16.png",
    "48": "photos/icon48.png",
    "128": "photos/icon128.png"
  },
  "manifest_version": 2,
  "name": "PandeX",
  "short_name": "PandeX",
  "permissions": [
    "notifications",
    "tabs",
    "*://*/*",
    "*://*.p-cdn.com/*",
    "webRequest",
    "webRequestBlocking",
    "activeTab"
  ],
  "version": "0.2.2",
  "web_accessible_resources": [
    "photos/*",
    "js/*"
  ]
}