Video Deck for YouTube™ - for Desktop

Video Deck for YouTube™ - for Desktop

Best way to manage your YouTube subscriptions perfectly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "background.min.js"
      ]
    }
  },
  "icons": {
    "16": "img/icon16.png",
    "24": "img/icon24.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "description": "__MSG_appDesc__",
  "name": "Video Deck for YouTube™ - for Desktop",
  "minimum_chrome_version": "29",
  "default_locale": "en",
  "permissions": [
    "storage",
    "fullscreen",
    "webview",
    "identity",
    "notifications",
    "unlimitedStorage",
    "https://*.ytimg.com/",
    "https://*.videodeck.net/",
    "https://*.ytdeck.com/",
    "http://gdata.youtube.com/",
    "https://apis.google.com/",
    "https://clients1.google.com/"
  ],
  "version": "1.0.6",
  "sandbox": {
    "pages": [
      "ga/embedded_ga_host.html"
    ]
  },
  "manifest_version": 2
}