GM Forum

GM Forum

A Chrome theme to match the layout of GMForum.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "GM Forum",
  "description": "A Chrome theme to match the layout of GMForum.com.",
  "theme": {
    "images": {
      "theme_frame": "fr.png",
      "theme_toolbar": "tb.png",
      "theme_frame_overlay": "ov.png",
      "theme_ntp_attribution": "logo.png",
      "theme_ntp_background": "bg.png"
    },
    "colors": {
      "frame": [
        19,
        51,
        90
      ],
      "toolbar": [
        219,
        231,
        243
      ],
      "ntp_section": [
        238,
        242,
        246,
        0.5
      ],
      "ntp_background": [
        172,
        191,
        215
      ],
      "ntp_header": [
        57,
        90,
        133
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat"
    }
  }
}