LISTEN.moe

LISTEN.moe

Anime/Japanese Radio powered by LISTEN.moe!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "pilar6195",
  "name": "LISTEN.moe",
  "description": "Anime/Japanese Radio powered by LISTEN.moe!",
  "version": "2019.8.7.1",
  "version_name": "Itsuki",
  "minimum_chrome_version": "55.0.2883",
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "permissions": [
    "*://*.listen.moe/*",
    "cookies",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "notifications"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo16.png",
      "24": "images/logo24.png",
      "32": "images/logo32.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "commands": {
    "toggle_radio": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space"
      },
      "description": "Toggle Radio"
    },
    "now_playing": {
      "description": "Display Now Playing"
    },
    "vol_up": {
      "description": "Raise Radio Volume"
    },
    "vol_down": {
      "description": "Lower Radio Volume"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}