Examine source code of App Diagramas

Inspect and view changes in App Diagramas 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": 3,
  "name": "App Diagramas",
  "version": "0.1.0",
  "description": "Creación de Diagramas para Ingeniería Industrial",
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "images/icon-128.png"
  }
}