Examine source code of Wired Warriors 6451 Scouting Form

Inspect and view changes in Wired Warriors 6451 Scouting Form 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,
  "short_name": "6451",
  "name": "Wired Warriors 6451 Scouting Form",
  "version": "3.0.1",
  "offline_enabled": true,
  "icons": {
    "128": "logo128.png"
  },
  "permissions": [
    "storage",
    "webview",
    "<all_urls>",
    "fullscreen",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    }
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "minimum_chrome_version": "28"
}