Examine source code of The Flyness

Inspect and view changes in The Flyness 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",
  "name": "The Flyness",
  "version": "1.0",
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/tab_back.png",
      "theme_tab_background_incognito": "images/tab_back_incog.png",
      "theme_frame": "images/frame.png",
      "theme_frame_inactive": "images/frame_inactive.png",
      "theme_frame_incognito": "images/frame_incog.png",
      "theme_frame_incognito_inactive": "images/frame_incog_inactive.png",
      "theme_button_background": "images/button.png",
      "theme_ntp_background": "images/ntp_back.png",
      "theme_ntp_attribution": "images/logo.png"
    },
    "colors": {
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        108,
        108,
        108
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "bookmark_text": [
        255,
        150,
        0
      ],
      "ntp_background": [
        108,
        108,
        108
      ],
      "ntp_text": [
        201,
        201,
        201
      ],
      "ntp_link": [
        201,
        201,
        201
      ],
      "ntp_link_underline": [
        201,
        201,
        201
      ],
      "ntp_header": [
        201,
        201,
        201
      ],
      "ntp_section": [
        149,
        149,
        149
      ],
      "frame": [
        108,
        108,
        108
      ]
    },
    "tints": {
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        0,
        1,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}