Examine source code of CreaSign

Inspect and view changes in CreaSign 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
{
  "author": "CREA d.o.o.",
  "background": {
    "service_worker": "service_worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "CreaSign - Digital Signature Component",
  "homepage_url": "http://www.crea.si",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "CreaSign",
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0"
}