Eggs player

Eggs player

Improves the Eggs.mu player.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Eggs player",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Improves the Eggs.mu player.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://eggs.mu/artist/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    },
    {
      "matches": [
        "https://eggs.mu/artist/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}