Examine source code of Budget Happy

Inspect and view changes in Budget Happy 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": 2,
  "name": "Budget Happy",
  "description": "Money management made free and simple.",
  "version": "6.0",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.budgethappy.org/",
      "http://budgethappy.org/",
      "http://budgethappy.hoza.us/",
      "http://www.budgethappy.hoza.us/",
      "http://budget.hoza.us/",
      "http://www.budget.hoza.us/"
    ],
    "launch": {
      "web_url": "http://www.budgethappy.org/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}