Examine source code of Streetlike (Chrome OS Kiosk)

Inspect and view changes in Streetlike (Chrome OS Kiosk) 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": "Streetlike (Chrome OS Kiosk)",
  "version": "1.0.3",
  "manifest_version": 2,
  "minimum_chrome_version": "50.0.0.0",
  "permissions": [
    "management",
    "webview",
    "power",
    "storage",
    "videoCapture",
    "geolocation",
    "pointerLock",
    "system.display",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "accessibilityFeatures.read",
    "accessibilityFeatures.modify"
  ],
  "app": {
    "background": {
      "scripts": [
        "js/foam.js",
        "js/cab.js",
        "config.js",
        "background_main.js"
      ]
    }
  },
  "kiosk_enabled": true,
  "kiosk_only": true,
  "default_locale": "en",
  "icons": {
    "128": "img/128.png"
  }
}