Hamburguesa Background

Hamburguesa Background

Add a gray background to hamburguesa.net

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Hamburguesa Background",
  "description": "Add a gray background to hamburguesa.net",
  "version": "1.0",
  "icons": {
    "16": "/images/icon16.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://hamburguesa.net/*"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}