Soundcloudiator

Soundcloudiator

A fast, simple soundcloud player that lets you search or randomly play through ALL of your likes and stream items.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Soundcloudiator",
  "version": "0.0.11",
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "description": "A fast, simple soundcloud player that lets you search or randomly play through ALL of your likes and stream items.",
  "homepage_url": "http://heyimlance.com/projects",
  "icons": {
    "48": "static/icons/icon48.png",
    "128": "static/icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "static/icons/paused.png",
    "default_title": "Soundcloudiator",
    "default_popup": "page_action/page_action.html"
  },
  "options_page": "options/index.html",
  "background": {
    "page": "bg/background.html",
    "persistent": true
  },
  "permissions": [
    "tabs",
    "storage",
    "https://www.google.com/accounts/OAuthGetRequestToken",
    "https://soundcloud.com/*",
    "https://api.soundcloud.com/*",
    "https://soundcloud.com/*",
    "http://connect.soundcloud.com/*"
  ],
  "web_accessible_resources": [
    "static/icons/*.png",
    "static/fonts/*.*",
    "static/css/*.css"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/analytics.js; object-src 'self'"
}