DI.FM - addictive electronic music (Official)

DI.FM - addictive electronic music (Official)

Easily access your favorite DI.FM channels while browsing the web. Conveniently available in any tab. Enjoy the music!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DI.FM - addictive electronic music (Official)",
  "version": "1.2.0",
  "description": "Easily access your favorite DI.FM channels while browsing the web. Conveniently available in any tab. Enjoy the music!",
  "icons": {
    "76": "images/app_icon76.png",
    "120": "images/app_icon120.png",
    "152": "images/app_icon152.png",
    "180": "images/app_icon180.png"
  },
  "content_scripts": [
    {
      "js": [
        "content/import-index.js"
      ],
      "matches": [
        "https://www.di.fm/*"
      ]
    }
  ],
  "action": {
    "default_title": "DI.FM",
    "default_popup": "pages/popup/index.html",
    "default_icon": {
      "16": "images/action_icon16.png",
      "32": "images/action_icon32.png",
      "48": "images/action_icon48.png"
    }
  },
  "permissions": [
    "offscreen",
    "storage",
    "tabs",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "pages/offscreen/offscreen.html"
      ],
      "matches": [
        "https://www.di.fm/*"
      ]
    },
    {
      "resources": [
        "chunks/*-*.js",
        "content/index.js"
      ],
      "matches": [
        "https://www.di.fm/*"
      ]
    }
  ]
}