Examine source code of Abstract Dots

Inspect and view changes in Abstract Dots 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",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Abstract Dots",
  "theme": {
    "images": {
      "theme_frame": "images/abstract_dots_back.png",
      "theme_ntp_background": "images/abstract_dots_back.png",
      "theme_toolbar": "images/abstract_dots_toolbar_black.png",
      "theme_tab_background": "images/abstract_dots_back.png",
      "theme_tab_background_incognito": "images/abstract_dots_back.png",
      "theme_tab_background_v": "images/abstract_dots_back.png",
      "theme_ntp_attribution": "images/attribution.png"
    },
    "colors": {
      "frame": [
        0,
        255,
        0
      ],
      "frame_inactive": [
        0,
        255,
        0
      ],
      "frame_incognito": [
        0,
        255,
        0
      ],
      "frame_incognito_inactive": [
        0,
        255,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        240,
        240,
        240
      ],
      "toolbar": [
        0,
        0,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        222,
        222,
        222
      ],
      "ntp_section_link_underline": [
        222,
        222,
        222
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        222,
        222,
        222
      ],
      "npt_link_underline": [
        222,
        222,
        222
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "control_background": [
        0,
        255,
        0
      ],
      "button_background": [
        0,
        255,
        0
      ]
    }
  }
}