Listen!

Listen!

Cloud music player for Google Chrome supporting VK, LastFM and Google Drive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Listen!",
  "version": "5.11",
  "manifest_version": 2,
  "minimum_chrome_version": "48",
  "description": "__MSG_appDescription__",
  "default_locale": "ru",
  "app": {
    "background": {
      "scripts": [
        "config.js",
        "lib/utils.js",
        "lib/md5.js",
        "lib/cpa.js",
        "background/modules/templates.js",
        "background/modules/cpa.js",
        "background/modules/covers.js",
        "background/core.js"
      ]
    }
  },
  "changelog": {
    "5.11": [
      "no_music"
    ],
    "5.10": [
      "upload"
    ],
    "5.3": [
      "albums",
      "album_info",
      "footer_slider",
      "notifications"
    ],
    "5.0": [
      "cloud"
    ],
    "4.8": [
      "lfm_scrobbling",
      "notifications"
    ],
    "4.1": [
      "dnd"
    ],
    "4.0": [
      "captcha",
      "icon"
    ],
    "3.3": [
      "recommend",
      "add_to_audio"
    ],
    "3.2": [
      "cyrillic"
    ],
    "3.0": [
      "settings",
      "lastfm",
      "navigation",
      "lovely_songs",
      "hotkeys",
      "notifications",
      "fulltext_search",
      "sound_problems"
    ]
  },
  "icons": {
    "16": "pics/icons/16.png",
    "48": "pics/icons/48.png",
    "128": "pics/icons/128.png"
  },
  "kiosk_enabled": true,
  "author": {
    "email": "[email protected]"
  },
  "offline_enabled": true,
  "sandbox": {
    "pages": [
      "sandbox/page.html"
    ]
  },
  "permissions": [
    "alarms",
    "fullscreen",
    "identity",
    "notifications",
    "storage",
    "syncFileSystem",
    "unlimitedStorage",
    "*://*/*"
  ]
}