Playstream

Playstream

Stream your favorite music from aroud the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Playstream",
  "short_name": "Playstream",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Stream your favorite music from aroud the web",
  "icons": {
    "64": "icons/64.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "browser_action": {
    "default_icon": "icons/256.png",
    "default_title": "Playstream"
  },
  "omnibox": {
    "keyword": "play",
    "url": "https://playstream.online"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "persistent": true,
    "page": "bg.html"
  }
}