101.RU | Radio Online

101.RU | Radio Online

Слушай 200 интернет-радиостанций с портала 101.RU через наше расширение!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "25",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "101.RU | Radio Online",
    "default_icon": "orange.png"
  },
  "name": "101.RU | Radio Online",
  "icons": {
    "16": "ico.png",
    "48": "ico.png",
    "128": "ico.png"
  },
  "background": {
    "scripts": [
      "js/jquery-1.7.2.min.js",
      "js/script/soundmanager2-nodebug-jsmin.js",
      "js/bg.js",
      "js/google-analytics-bundle.js"
    ]
  },
  "commands": {
    "vol0": {
      "suggested_key": {
        "default": "Alt+M",
        "mac": "Alt+M"
      },
      "description": "Sound switch"
    }
  },
  "version": "2.3",
  "manifest_version": 2,
  "permissions": [
    "http://101.ru/*",
    "http://*.101.ru/*",
    "https://101.ru/*",
    "https://www.google-analytics.com/",
    "storage"
  ],
  "description": "Слушай 200 интернет-радиостанций с портала 101.RU через наше расширение!"
}