Discord Launcher

Discord Launcher

This app will open discord in a new window and will be just like the one on Mac or Windows for chrome. (You can also use this on…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Discord Launcher",
  "version": "1.0.1",
  "manifest_version": 2,
  "minimum_chrome_version": "37.0.0.0",
  "permissions": [
    "webview",
    "power",
    "storage",
    "videoCapture",
    "geolocation",
    "pointerLock",
    "system.display",
    "audioCapture",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "accessibilityFeatures.read",
    "accessibilityFeatures.modify"
  ],
  "app": {
    "background": {
      "scripts": [
        "js/foam.js",
        "js/cab.js",
        "config.js",
        "background_main.js"
      ]
    }
  },
  "default_locale": "en",
  "icons": {
    "128": "img/128.png"
  }
}