Examine source code of Retro Grunge

Inspect and view changes in Retro Grunge source codes across current and past versions
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": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Retro Grunge",
  "description": "A light grunge theme for Google Chrome designed by JpakMedia.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_overlay": "images/frame_overlay.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png",
      "theme_tab_background": "images/tab_bg.png",
      "theme_ntp_attribution": "images/attribution.png",
      "theme_button_background": "images/button_background.png"
    },
    "colors": {
      "ntp_link": [
        81,
        81,
        55
      ],
      "ntp_text": [
        81,
        81,
        55
      ],
      "ntp_section": [
        0,
        0,
        0,
        0.2
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        255,
        255,
        255
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "frame": [
        0,
        0,
        0,
        0.5
      ],
      "toolbar": [
        0,
        0,
        0,
        0.8
      ],
      "tab_text": [
        81,
        81,
        55
      ],
      "tab_background_text": [
        227,
        220,
        212
      ],
      "bookmark_text": [
        81,
        81,
        55
      ],
      "button_background": [
        0,
        0,
        0,
        0.8
      ]
    },
    "tints": {
      "buttons": [
        0.1,
        0.3,
        0.4
      ],
      "frame_inactive": [
        0,
        0,
        0.1
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0.1
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}