ONE UP is the ONE-STOP app for running your business. All-in-one invoicing, accounting, inventory, CRM and expenses.
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": "ONE UP Accounting & Invoicing",
"description": "ONE UP is the ONE-STOP app for running your business. All-in-one invoicing, accounting, inventory, CRM and expenses.",
"version": "4.0.0",
"manifest_version": 2,
"default_locale": "en",
"short_name": "ONE UP",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"app": {
"urls": [
"https://app.oneup.com/"
],
"launch": {
"web_url": "https://app.oneup.com/"
}
}
}