Examine source code of Flattr orange

Inspect and view changes in Flattr orange 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": "https://clients2.google.com/service/update2/crx",
  "name": "Flattr orange",
  "description": "Shades of Flattr — A professional theme with hand-picked & bold shades of Flattr orange for Google Chrome Browser.",
  "manifest_version": 2,
  "version": "1.0.0",
  "icons": {
    "16": "icon/icon-16.png",
    "48": "icon/icon-48.png",
    "96": "icon/icon-96.png",
    "128": "icon/icon-128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        246,
        124,
        26
      ],
      "frame_inactive": [
        255,
        200,
        160
      ],
      "frame_incognito": [
        246,
        124,
        26
      ],
      "frame_incognito_inactive": [
        255,
        200,
        160
      ],
      "ntp_background": [
        246,
        124,
        26
      ],
      "toolbar": [
        220,
        110,
        25
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        230,
        200
      ],
      "bookmark_text": [
        255,
        230,
        200
      ],
      "tab_background_text_incognito": [
        255,
        230,
        200
      ],
      "tab_background_text_incognito_inactive": [
        255,
        230,
        200
      ],
      "ntp_text": [
        255,
        230,
        200
      ],
      "background_tab": [
        246,
        124,
        26
      ],
      "background_tab_inactive": [
        255,
        200,
        160
      ],
      "background_tab_incognito": [
        246,
        124,
        26
      ],
      "background_tab_incognito_inactive": [
        255,
        200,
        160
      ],
      "tab_background_text_inactive": [
        240,
        180,
        100
      ],
      "toolbar_button_icon": [
        255,
        230,
        200
      ]
    },
    "tints": {
      "buttons": [
        0.09,
        0.86,
        0.52
      ]
    }
  }
}