VK Music Player

VK Music Player

Твоя музыка с тобой всегда и везде

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.3",
  "default_locale": "ru",
  "minimum_chrome_version": "30",
  "options_page": "/templates/settings.html",
  "background": {
    "persistent": true,
    "page": "/templates/background.html"
  },
  "browser_action": {
    "name": "__MSG_appName__",
    "default_icon": {
      "19": "/images/play-icon.png",
      "38": "/images/play-icon.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "/templates/window.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "downloads",
    "notifications",
    "http://*.vk.com/*",
    "https://*.vk.com/*",
    "http://*.vk.me/*",
    "https://*.vk.me/*",
    "http://*.vk-cdn.net/*",
    "https://*.vk-cdn.net/*"
  ],
  "icons": {
    "16": "app-icon.png",
    "32": "app-icon.png",
    "48": "app-icon.png",
    "64": "app-icon.png",
    "96": "app-icon.png",
    "128": "app-icon.png",
    "256": "app-icon.png"
  },
  "commands": {
    "Play": {
      "suggested_key": {
        "default": "Ctrl+2",
        "mac": "Command+2"
      },
      "description": "__MSG_pauseOrPlaySong__",
      "global": true
    },
    "Next": {
      "suggested_key": {
        "default": "Ctrl+3",
        "mac": "Command+3"
      },
      "description": "__MSG_nextSong__",
      "global": true
    },
    "Prev": {
      "suggested_key": {
        "default": "Ctrl+1",
        "mac": "Command+1"
      },
      "description": "__MSG_prevSong__",
      "global": true
    },
    "Repeat": {
      "suggested_key": {
        "default": "Ctrl+4",
        "mac": "Command+4"
      },
      "description": "__MSG_repeatSong__",
      "global": true
    }
  },
  "manifest_version": 2
}