Examine source code of Invoice Quickly

Inspect and view changes in Invoice Quickly 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": "Invoice Quickly",
  "short_name": "IQ",
  "version": "1.0",
  "description": "Online Invoicing Tool For Small & Medium Businesses",
  "icons": {
    "16": "iq-icon.png",
    "48": "iq-icon.png",
    "128": "iq-icon.png"
  },
  "browser_action": {
    "default_icon": "iq-icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}