Tas-ix Radio Online

Tas-ix Radio Online

Listen to more than 20 radio via our extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-1.7.2.min.js",
      "js/script/soundmanager2-nodebug-jsmin.js",
      "js/base.js",
      "js/plmanager.js",
      "js/bg.js",
      "js/google-analytics-bundle.js",
      "js/helper.js",
      "js/ui.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "index.html",
    "default_title": "Tas-ix Radio Online"
  },
  "commands": {
    "next": {
      "description": "Next Radio",
      "suggested_key": {
        "default": "Alt+X",
        "mac": "Alt+X"
      }
    },
    "previous": {
      "description": "Previous Radio",
      "suggested_key": {
        "default": "Alt+Z",
        "mac": "Alt+Z"
      }
    },
    "vol0": {
      "description": "Sound switch",
      "suggested_key": {
        "default": "Alt+C",
        "mac": "Alt+C"
      }
    }
  },
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "ico.png",
    "48": "ico.png",
    "128": "ico.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsbpOYkHgRz3zpnIgp4reg9gzPCkh/Lcx3MnAz4bNiCrUy0IY6Sit3Erc6azCMNFj8h/tg2qNv1GzopG+EGIzyCcWlSi75cDA+dTLqp6E7rYpdoBttAAc2pen4NU6Pw/dmw2rhHsKWusLRh1VKLwd3XXJZQOyBxcaKP5P6XgdhShLBlaF9nrS3hjAk+K2hfNGq5TlYR41Wgj9a7j3yqBOhpunrK97wgToLq6BmUVVNs3QbZgbQ4KDS8PWsCKTt6udZI3zcqIiUBXS5CGfca/Vjal9od31ysrkCRPKHGEt1MW/SaKtPKKF1aF8KYYA8qzrZm8znksjj0dpecoiFWzrZwIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "25",
  "name": "Tas-ix Radio Online",
  "permissions": [
    "http://*.nabiev.uz/*",
    "https://www.google-analytics.com/",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.0"
}