Invoice4u is a free and easy-to-use invoicing and accounting.
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 4u",
"version": "0.5",
"manifest_version": 2,
"description": "Invoice4u is a free and easy-to-use invoicing and accounting.",
"app": {
"urls": [
"https://app.invoice4u.co.uk/signup"
],
"launch": {
"web_url": "http://invoice4u.co.uk"
}
},
"icons": {
"128": "icon.png"
}
}