Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
commit
3cdf028a7a
542
composer.lock
generated
542
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Akaunting",
|
"name": "Akaunting",
|
||||||
"short_name": "Akaunting",
|
"short_name": "Akaunting",
|
||||||
|
"description": "Free invoicing and accounting software for small businesses and freelancers.",
|
||||||
|
"categories": [
|
||||||
|
"finance",
|
||||||
|
"business"
|
||||||
|
],
|
||||||
"start_url": ".?utm_source=pwa",
|
"start_url": ".?utm_source=pwa",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#FFFFFF",
|
"theme_color": "#FFFFFF",
|
||||||
@ -59,5 +64,67 @@
|
|||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"screenshots": [
|
||||||
|
{
|
||||||
|
"src": "public/img/screenshots/dashboard.png",
|
||||||
|
"sizes": "1932x1394",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "public/img/screenshots/invoice.png",
|
||||||
|
"sizes": "2748x1986",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"shortcuts": [
|
||||||
|
{
|
||||||
|
"name": "New Invoice",
|
||||||
|
"short_name": "New Invoice",
|
||||||
|
"description": "Create a new invoice",
|
||||||
|
"url": "sales/invoices/create?utm_source=pwa",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "public/img/icons/akaunting-192x192.png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "New Income",
|
||||||
|
"short_name": "New Income",
|
||||||
|
"description": "Create a new income",
|
||||||
|
"url": "banking/transactions/create?type=income&utm_source=pwa",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "public/img/icons/akaunting-192x192.png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "New Bill",
|
||||||
|
"short_name": "New Bill",
|
||||||
|
"description": "Create a new bill",
|
||||||
|
"url": "purchases/bills/create?utm_source=pwa",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "public/img/icons/akaunting-192x192.png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "New Expense",
|
||||||
|
"short_name": "New Expense",
|
||||||
|
"description": "Create a new expense",
|
||||||
|
"url": "banking/transactions/create?type=expense&utm_source=pwa",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "public/img/icons/akaunting-192x192.png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
BIN
public/img/screenshots/dashboard.png
Normal file
BIN
public/img/screenshots/dashboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 365 KiB |
BIN
public/img/screenshots/invoice.png
Normal file
BIN
public/img/screenshots/invoice.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 468 KiB |
Loading…
x
Reference in New Issue
Block a user