Black Ops 3 News and Community

Black Ops 3 News and Community

A native Call of Duty Black Ops 3 News and Community standalone webview app for your Chrome Browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Black Ops 3 News and Community",
  "short_name": "Black Ops 3 News and Community",
  "description": "A native Call of Duty Black Ops 3 News and Community standalone webview app for your Chrome Browser.",
  "version": "1.0",
  "minimum_chrome_version": "38",
  "permissions": [
    "webview",
    "storage",
    "fileSystem",
    "unlimitedStorage",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "assets/logo.png",
    "48": "assets/logo.png",
    "64": "assets/logo.png",
    "128": "assets/logo.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}