Spiderman Theme

Spiderman Theme

Spiderman theme for Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Spiderman Theme",
  "description": "Spiderman theme for Google Chrome",
  "author": "-Raheel-",
  "version": "1.0",
  "theme": {
    "images": {
      "theme_ntp_background": "spider.png"
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "none",
      "ntp_logo_alternate": 0
    },
    "colors": {
      "frame": [
        44,
        43,
        119
      ],
      "toolbar": [
        210,
        43,
        43
      ],
      "tab_text": [
        232,
        232,
        232
      ],
      "tab_background_text": [
        232,
        232,
        232
      ],
      "tab_background_text_inactive": [
        232,
        232,
        232
      ],
      "ntp_background": [
        171,
        32,
        27
      ],
      "theme_button_background": [
        44,
        43,
        119
      ],
      "bookmark_text": [
        232,
        232,
        232
      ],
      "button_background": [
        44,
        43,
        119
      ]
    },
    "tints": {
      "button_background_active": [
        232,
        232,
        232
      ],
      "button_background_hover": [
        0,
        0,
        0
      ],
      "background_tab": [
        255,
        182,
        0
      ],
      "background_tab_inactive": [
        44,
        43,
        119
      ],
      "background_tab_hover": [
        255,
        182,
        0
      ],
      "background_tab_selected": [
        255,
        182,
        0
      ],
      "frame_inactive": [
        44,
        43,
        119
      ],
      "theme_tab_background": [
        44,
        43,
        119
      ]
    }
  }
}