Linkzero

Linkzero
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": "Linkzero",
  "version": "0.0.1",
  "description": "Linkzero",
  "manifest_version": 3,
  "author": "Varun Jaggi",
  "action": {
    "default_popup": "main.html",
    "default_title": "Linkzero"
  },
  "icons": {
    "128": "assets/logo_newbolt.png"
  }
}