Examine source code of FW Profile Editor

Inspect and view changes in FW Profile Editor 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",
  "oauth2": {
    "client_id": "858936966301-rqj03qiis0lcfead1al599t4ub523u51.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "name": "FW Profile Editor",
  "description": "FW Profile Editor for state machines and procedures",
  "version": "4.67",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "chromeapp.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "identity",
    "https://www.googleapis.com/"
  ],
  "icons": {
    "16": "favicon.ico",
    "64": "logo64.png",
    "128": "logo128.png"
  }
}