Examine source code of Wendy's - Refrigerator

Inspect and view changes in Wendy's - Refrigerator 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",
  "manifest_version": 2,
  "version": "1.1",
  "name": "Wendy's - Refrigerator",
  "description": "Wendy's Refrigerator",
  "theme": {
    "images": {
      "theme_ntp_background": "images/background.jpg",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/tab.png",
      "theme_frame": "images/frame.png"
    },
    "colors": {
      "frame": [
        243,
        195,
        219
      ],
      "toolbar": [
        190,
        190,
        190
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "button_background": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "background_tab": [
        0,
        0,
        0
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        249,
        225,
        237
      ]
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}