Examine source code of Simple Online Invoice

Inspect and view changes in Simple Online Invoice 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",
  "name": "Simple Online Invoice",
  "description": "Fast and simple online invoice free for everyone, best for individuals like free-lancer and small businesses",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://app.greenmango.co.nz/invoice/"
    ],
    "launch": {
      "web_url": "http://app.greenmango.co.nz/invoice/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}