YouDJ Desktop from Chrome

YouDJ Desktop from Chrome

The best online DJ app to mix with Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouDJ Desktop from Chrome",
  "short_name": "YouDJ Desktop from Chrome",
  "description": "The best online DJ app to mix with Chrome",
  "version": "7.00",
  "manifest_version": 2,
  "offline_enabled": true,
  "app": {
    "urls": [
      "https://you.dj/?desktop"
    ],
    "launch": {
      "web_url": "https://you.dj/?desktop",
      "container": "panel"
    }
  },
  "permissions": [
    "notifications"
  ],
  "icons": {
    "16": "files/icon_16.png",
    "32": "files/icon_32.png",
    "48": "files/icon_48.png",
    "128": "files/icon_128.png"
  }
}