Examine source code of flow dev decoder

Inspect and view changes in flow dev decoder 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": "flow dev decoder",
  "version": "1.0.1",
  "author": "wooncloud",
  "description": "플로우 데브 디코더",
  "background": {
    "service_worker": "background/background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "assets/icons/icon32.png"
  },
  "content_scripts": [],
  "icons": {
    "32": "assets/icons/icon32.png",
    "192": "assets/icons/icon192.png"
  },
  "optional_host_permissions": [
    "*://*/*"
  ],
  "manifest_version": 3
}