Examine source code of Fire Watch

Inspect and view changes in Fire Watch 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": "Fire Watch ",
  "manifest_version": 2,
  "name": "Fire Watch",
  "short_name": "Fire Watch",
  "theme": {
    "icons": {
      "128": "icon.png"
    },
    "colors": {
      "bookmark_text": [
        208,
        127,
        114
      ],
      "frame": [
        208,
        127,
        114
      ],
      "ntp_background": [
        5,
        4,
        66
      ],
      "ntp_text": [
        208,
        127,
        114
      ],
      "tab_background_text": [
        5,
        4,
        66
      ],
      "tab_text": [
        208,
        127,
        114
      ],
      "toolbar": [
        5,
        4,
        66
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "omnibox_text": [
        208,
        127,
        114
      ],
      "ntp_section": [
        208,
        127,
        114
      ]
    },
    "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.png"
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.02,
        0.5,
        0.63
      ]
    }
  },
  "version": "1.2"
}