Lofi Radio Player

Lofi Radio Player

Listen to your favorite lo-fi radio. You can listen to lo-fi radio in the background while you are busy with your work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Lofi Radio Player",
  "version": "1.1",
  "description": "Listen to your favorite lo-fi radio",
  "icons": {
    "16": "img/icon16.svg",
    "48": "img/icon48.svg",
    "128": "img/icon128.svg"
  },
  "browser_action": {
    "default_popup": "index.html",
    "browser_style": true
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6c47283d-2cd3-4747-8fb9-582a8dfbb96e}"
    }
  }
}