Examine source code of A Gura

Inspect and view changes in A Gura 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": "A Gura",
  "version": "1.1",
  "description": "Just A! theme.",
  "manifest_version": 2,
  "icons": {
    "128": "128.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.jpeg",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_frame_overlay_inactive": "images/theme_frame_overlay_inactive.png"
    },
    "colors": {
      "frame": [
        222,
        225,
        230
      ],
      "frame_inactive": [
        79,
        98,
        117
      ],
      "toolbar": [
        89,
        169,
        221
      ],
      "tab_text": [
        29,
        52,
        94
      ],
      "tab_background_text": [
        174,
        67,
        74
      ],
      "bookmark_text": [
        29,
        52,
        94
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "button_background": [
        27,
        162,
        252,
        0.28
      ]
    },
    "tints": {
      "buttons": [
        0.98,
        0.75,
        0.56
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}