Examine source code of DCA | Looking West

Inspect and view changes in DCA | Looking West 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,
  "name": "DCA | Looking West",
  "description": "Fullscreen display of MWAA wayfinding map.",
  "version": "0.0.1",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true,
  "short_name": "DCA",
  "kiosk_enabled": true,
  "icons": {
    "16": "icon_16.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "fullscreen",
    "power",
    "notifications"
  ]
}