Examine source code of Expense Tracker

Inspect and view changes in Expense 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Expense Tracker",
  "author": "Raj Pancholi",
  "version": "1.0.1",
  "description": "This extension give user an utility to manage their expenses with add, edit, delete functionality with local storage API",
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "192": "logo192.png",
    "512": "logo512.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}