Marvel Theme

A custom Chrome theme using a Marvel-themed image as the background.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Marvel Theme",
  "version": "1.0",
  "description": "A custom Chrome theme using a Marvel-themed image as the background.",
  "theme": {
    "images": {
      "theme_frame": "marvel image.png",
      "theme_toolbar": "marvel image 1.png",
      "theme_ntp_background": "marvel image.png"
    },
    "colors": {
      "frame": [
        10,
        10,
        10
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ]
    }
  }
}