Examine source code of SimpleMF

Inspect and view changes in SimpleMF 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": "SimpleMF",
  "description": "Simple MyFinance",
  "version": "0.0.0.12",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+4",
        "mac": "Alt+Shift+4"
      }
    }
  },
  "action": {
    "default_popup": "deprecated.html"
  },
  "icons": {
    "16": "icons/myfinance16.png",
    "48": "icons/myfinance48.png",
    "128": "icons/myfinance128.png"
  }
}