YouTube™ Playlist Maker

YouTube™ Playlist Maker

YouTube™ Playlist Maker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "description": "YouTube™ Playlist Maker",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "YouTube™ Playlist Maker",
  "oauth2": {
    "client_id": "279261510470-cukti82b5bjmj52dggvbdapnlqb9jlvm.apps.googleusercontent.com",
    "scopes": [
      "https://gdata.youtube.com/feeds/api"
    ]
  },
  "offline_enabled": false,
  "permissions": [
    "webview",
    "storage",
    "<all_urls>",
    "fullscreen",
    "alwaysOnTopWindows",
    "identity",
    "https://www.youtube.com/*",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/*"
  ],
  "version": "3.2"
}