BeastieRock巨獸搖滾音樂祭

BeastieRock巨獸搖滾音樂祭

BeastieRock巨獸搖滾音樂祭

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BeastieRock巨獸搖滾音樂祭",
  "version": "0.2",
  "description": "BeastieRock巨獸搖滾音樂祭",
  "externally_connectable": {
    "matches": [
      "*://*.beastie.tw/*",
      "*://beastie.parseapp.com/*"
    ]
  },
  "background": {
    "scripts": [
      "parse.js",
      "background.js"
    ]
  },
  "permissions": [
    "gcm",
    "storage"
  ],
  "author": "YuTin"
}