Examine source code of Weight Daily Tracker

Inspect and view changes in Weight Daily Tracker 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
{
  "manifest_version": 3,
  "name": "Weight Daily Tracker",
  "version": "0.0.1",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "./icons/icon128.png",
    "default_popup": "index.html"
  },
  "content_security_policy": {
    "extension_page": "script-src 'self'; object-src 'self'"
  },
  "description": "Track your daily weight to achieve your desired body shape.",
  "icons": {
    "16": "./icons/icon16.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png",
    "512": "./icons/icon512.png"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}