Eggy's Gudetama WallPaper

Eggy's Gudetama WallPaper

Get a cute 🍳 wallpaper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Eggy's Gudetama WallPaper",
  "description": "Get a cute 🍳 wallpaper",
  "version": "3.0",
  "icons": {
    "16": "/images/icon_16.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  },
  "page_action": {
    "default_icon": {
      "16": "/images/icon_16.png",
      "48": "/images/icon_48.png",
      "128": "/images/icon_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "css": [
        "main.css"
      ]
    }
  ]
}