Eggys Progress YT loader

Eggys Progress YT loader

Eggy's Progress Bar for YT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/32.png"
  },
  "content_scripts": [
    {
      "css": [
        "nyan.css"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "description": "Eggy's Progress Bar for YT",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "Eggys Progress YT loader",
  "short_name": "Eggy Loader YT - YT",
  "version": "1.18",
  "web_accessible_resources": [
    "loop.gif"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}