Examine source code of Noles

Inspect and view changes in Noles 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",
  "version": "1.0",
  "name": "Noles",
  "manifest_version": 2,
  "icons": {
    "128": "images/icon.png"
  },
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_background": "images/background.webp",
      "theme_ntp_attribution": "images/Attrib.png"
    },
    "colors": {
      "ntp_link": [
        38,
        38,
        38
      ],
      "ntp_text": [
        38,
        38,
        38
      ],
      "ntp_section_link": [
        38,
        38,
        38
      ],
      "ntp_section_text": [
        38,
        38,
        38
      ],
      "ntp_background": [
        170,
        113,
        5
      ],
      "ntp_header": [
        139,
        26,
        26,
        0.15
      ],
      "ntp_section": [
        160,
        61,
        21,
        0.15
      ],
      "frame": [
        139,
        26,
        26
      ],
      "toolbar": [
        187,
        104,
        15
      ],
      "tab_text": [
        7,
        7,
        7
      ],
      "tab_background_text": [
        7,
        7,
        7
      ],
      "bookmark_text": [
        7,
        7,
        7
      ]
    },
    "tints": {
      "buttons": [
        0.0671,
        0.810526,
        0.372549
      ],
      "frame_incognito": [
        0,
        0,
        0.819377162629758
      ],
      "frame_inactive": [
        0.001,
        0.001,
        0.15
      ],
      "frame_incognito_inactive": [
        0.001,
        0.001,
        0.15
      ]
    },
    "properties": {
      "ntp_background_alignment": "right top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}