Examine source code of Pink Lotus

Inspect and view changes in Pink Lotus 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": "Pink Lotus",
  "description": "Shades of Pink Lotus — A professional theme with hand-picked & bold shades of pink lotus 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": [
        255,
        105,
        180
      ],
      "frame_inactive": [
        255,
        182,
        193
      ],
      "frame_incognito": [
        255,
        105,
        180
      ],
      "frame_incognito_inactive": [
        255,
        182,
        193
      ],
      "ntp_background": [
        255,
        105,
        180
      ],
      "toolbar": [
        255,
        20,
        147
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        182,
        193
      ],
      "bookmark_text": [
        255,
        182,
        193
      ],
      "tab_background_text_incognito": [
        255,
        182,
        193
      ],
      "tab_background_text_incognito_inactive": [
        255,
        182,
        193
      ],
      "ntp_text": [
        255,
        182,
        193
      ],
      "background_tab": [
        255,
        105,
        180
      ],
      "background_tab_inactive": [
        255,
        105,
        180
      ],
      "background_tab_incognito": [
        255,
        105,
        180
      ],
      "background_tab_incognito_inactive": [
        255,
        105,
        180
      ],
      "tab_background_text_inactive": [
        255,
        182,
        193
      ],
      "toolbar_button_icon": [
        255,
        182,
        193
      ]
    },
    "tints": {
      "buttons": [
        1,
        0.71,
        0.76
      ]
    }
  }
}