Simply.fm

Simply.fm

Simple online radio player, many cool stations, listen and enjoy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.4",
  "name": "Simply.fm",
  "short_name": "Simply.fm",
  "description": "Simple online radio player, many cool stations, listen and enjoy!",
  "icons": {
    "16": "res/icons/16.png",
    "48": "res/icons/48.png",
    "128": "res/icons/128.png"
  },
  "author": "Ruslan Murashko",
  "homepage_url": "http://simply.fm",
  "permissions": [
    "http://simply.fm/"
  ],
  "browser_action": {
    "default_icon": "res/icons/16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "res/script/background.js"
    ]
  }
}