Radio Record Online

Radio Record Online

Listen to more than 70 radio via our extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "minimum_chrome_version": "25",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Radio Record Online",
    "default_icon": "logo.png"
  },
  "name": "Radio Record Online",
  "default_locale": "ru",
  "icons": {
    "16": "ico.png",
    "48": "ico.png",
    "128": "ico.png"
  },
  "background": {
    "scripts": [
      "js/script/jquery-1.7.2.min.js",
      "js/script/google-analytics-bundle.js",
      "js/bg.js"
    ]
  },
  "commands": {
    "vol0": {
      "suggested_key": {
        "default": "Alt+C",
        "mac": "Alt+C"
      },
      "description": "__MSG_commandSoundToggle__"
    },
    "next": {
      "suggested_key": {
        "default": "Alt+X",
        "mac": "Alt+X"
      },
      "description": "__MSG_commandNextStation__"
    },
    "previous": {
      "suggested_key": {
        "default": "Alt+Z",
        "mac": "Alt+Z"
      },
      "description": "__MSG_commandPrevStation__"
    },
    "start": {
      "suggested_key": {
        "default": "Alt+S",
        "mac": "Alt+S"
      },
      "description": "__MSG_commandStart__"
    }
  },
  "version": "5.23.1",
  "manifest_version": 2,
  "permissions": [
    "http://*.radiorecord.ru/*",
    "https://www.google-analytics.com/",
    "storage"
  ],
  "description": "__MSG_appDesc__",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}