Inter Milan News App

Inter Milan News App

F.C. Internazionale Milano News, Fixtures & Streams for Inter Milan

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inter Milan News App",
  "description": "F.C. Internazionale Milano News, Fixtures & Streams for Inter Milan",
  "version": "1.1",
  "app": {
    "urls": [
      "http://interonlychrome.appspot.com/"
    ],
    "launch": {
      "web_url": "http://interonlychrome.appspot.com/index.html"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "tabs",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "notifications",
    "geolocation"
  ],
  "manifest_version": 2
}