Undrtone

Undrtone

Share and discover music you love.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Undrtone",
  "description": "Share and discover music you love.",
  "version": "1.2",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.undrtone.com/"
    ],
    "launch": {
      "web_url": "http://www.undrtone.com/",
      "container": "panel",
      "width": 1200,
      "height": 760
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}