Examine source code of Jacktra

Inspect and view changes in Jacktra 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
{
  "name": "Jacktra",
  "description": "Raise money for charity with every search & browser tab you open!",
  "version": "1.0.0.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Jacktra"
  },
  "chrome_url_overrides": {
    "newtab": "src/jacktra.html"
  },
  "offline_enabled": true,
  "icons": {
    "16": "logo/16.png",
    "48": "logo/48.png",
    "96": "logo/48.png",
    "128": "logo/128.png"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}