Tv Online

Tv Online

Television and Radio online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "ru",
  "name": "__MSG_appName__",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "version": "0.6",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://online-television.net/?from=chrome"
    ],
    "launch": {
      "web_url": "http://online-television.net/?from=chrome"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}