BloxCityExtended

BloxCityExtended

By Essentially

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "Icon.png"
    }
  },
  "icons": {
    "16": "Icon.png",
    "48": "Icon.png",
    "128": "Icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.bloxcity.com/*"
      ],
      "js": [
        "jquery.js",
        "page.js"
      ]
    }
  ],
  "incognito": "split",
  "description": "By Essentially",
  "name": "BloxCityExtended",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "tts",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "storage",
    "https://storage.googleapis.com/*",
    "https://www.bloxcity.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.6",
  "web_accessible_resources": [
    "alert.ogg",
    "Banners/*"
  ]
}