Examine source code of 99puzzles.com - ARCHITECTURE

Inspect and view changes in 99puzzles.com - ARCHITECTURE 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": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.2.0.27",
  "manifest_version": 2,
  "icons": {
    "16": "CWS_logo_BLACK_16x16.png",
    "32": "CWS_logo_BLACK_32x32.png",
    "48": "CWS_logo_BLACK_48x48.png",
    "128": "CWS_logo_BLACK_128x128.png"
  },
  "app": {
    "urls": [
      "http://99puzzles.com/Architecture/category/"
    ],
    "launch": {
      "web_url": "http://99puzzles.com/Architecture/category/"
    }
  }
}