Examine source code of Kitchen Style Visualiser

Inspect and view changes in Kitchen Style Visualiser 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": "Kitchen Style Visualiser",
  "description": "Choose from over 100 colour options when styling your kitchen design ideas. Have fun and get creative with the styles too!",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.diy-kitchens.com/style-kitchen-tool/view-kitchen.asp"
    ],
    "launch": {
      "web_url": "http://www.diy-kitchens.com/style-kitchen-tool/view-kitchen.asp"
    }
  }
}