Emma Watson + Incognito theme + I Love You <3

The beautiful Emma Watson + Incognito
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",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Emma Watson + Incognito theme + I Love You <3",
  "description": "The beautiful Emma Watson + Incognito",
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "browser_action": {
    "default_icon": "icons/icon256.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_frame_incognito": "incognito_images/theme_frame.png",
      "theme_toolbar_incognito": "incognito_images/theme_toolbar.png",
      "theme_tab_background_incognito": "incognito_images/theme_toolbar.png",
      "theme_ntp_background_incognito": "incognito_images/theme_ntp_background.png",
      "theme_frame_incognito_inactive": "incognito_images/theme_tab_background.png"
    },
    "colors": {
      "frame": [
        200,
        174,
        212
      ],
      "frame_inactive": [
        126,
        139,
        156
      ],
      "toolbar": [
        223,
        223,
        223
      ],
      "tab_text": [
        18,
        50,
        114
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "bookmark_text": [
        18,
        50,
        114
      ],
      "ntp_background": [
        150,
        99,
        130
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "ntp_header": [
        75,
        140,
        220
      ],
      "ntp_section": [
        229,
        239,
        254
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_section_link": [
        6,
        55,
        116
      ],
      "control_background": [
        0,
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        126,
        139,
        156
      ],
      "toolbar_incognito": [
        223,
        223,
        223
      ],
      "tab_text_incognito": [
        201,
        201,
        201
      ],
      "tab_background_text_incognito": [
        212,
        212,
        212
      ],
      "bookmark_text_incognito": [
        255,
        200,
        145
      ],
      "ntp_background_incognito": [
        255,
        139,
        23
      ],
      "ntp_text_incognito": [
        0,
        0,
        0
      ],
      "ntp_link_incognito": [
        6,
        55,
        116
      ],
      "ntp_header_incognito": [
        75,
        140,
        220
      ],
      "ntp_section_incognito": [
        229,
        239,
        254
      ],
      "ntp_section_text_incognito": [
        0,
        0,
        0
      ],
      "ntp_section_link_incognito": [
        6,
        55,
        116
      ],
      "control_background_incognito": [
        0,
        0,
        0,
        0
      ],
      "button_background_incognito": [
        0,
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        0.75
      ],
      "frame_incognito": [
        -1,
        0.2,
        0.35
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        0.75
      ],
      "background_tab": [
        179,
        161,
        161
      ]
    }
  }
}