Examine source code of Nano from Nichijou

Inspect and view changes in Nano from Nichijou 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",
  "description": "Theme of Nano from Nichijou",
  "manifest_version": 2,
  "name": "Nano from Nichijou",
  "theme": {
    "colors": {
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        1
      ],
      "button_background": [
        255,
        0,
        0
      ]
    },
    "images": {
      "theme_ntp_background": "images/ntp_background.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom left",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    },
    "tints": {}
  },
  "version": "1.11"
}