Until AM for Chrome

Until AM for Chrome

Virtual turntables in a neat package

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Until AM for Chrome",
  "description": "Virtual turntables in a neat package",
  "version": "0.6.11",
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "offline_enabled": true,
  "oauth2": {
    "client_id": "673271170613-u7cp39uqnh8sd2tljd1ckr3ii6qlhbea.apps.googleusercontent.com",
    "scopes": [
      "https://docs.google.com/feeds/",
      "https://docs.googleusercontent.com/",
      "https://spreadsheets.google.com/feeds/",
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "fileSystem",
    "storage",
    "fullscreen",
    "identity",
    "http://api.soundcloud.com/",
    "https://api.soundcloud.com/",
    "http://api.soundcloud.com/tracks/",
    "https://api.soundcloud.com/tracks/",
    "http://soundcloud.com/",
    "https://soundcloud.com/",
    "http://i1.sndcdn.com/",
    "https://i1.sndcdn.com/",
    "http://w1.sndcdn.com/",
    "https://w1.sndcdn.com/",
    "http://ec-media.soundcloud.com/",
    "https://ec-media.soundcloud.com/",
    "https://doc-0o-6k-docs.googleusercontent.com/docs/securesc/",
    "https://docs.google.com/feeds/",
    "https://docs.googleusercontent.com/",
    "https://spreadsheets.google.com/feeds/",
    "https://ssl.gstatic.com/",
    "https://www.googleapis.com/"
  ],
  "sandbox": {
    "pages": [
      "ga/embedded_ga_host.html"
    ]
  }
}