Quran Station

Quran Station

Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Quran Station",
  "version": "1.0.1",
  "description": "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily",
  "action": {
    "default_icon": "icon.png",
    "default_title": "Quran Station",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "worker.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "offscreen"
  ],
  "icons": {
    "128": "icon.png"
  }
}