Liverpool News - Sportfusion

Liverpool News - Sportfusion

The best way to keep up with The Reds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_shortAppName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.36",
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "default_locale": "en",
  "permissions": [
    "notifications",
    "gcm",
    "storage",
    "webview",
    "http://*.riversip.com/",
    "https://www.google-analytics.com/"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ]
    }
  }
}