akaunting/manifest.json

131 lines
4.0 KiB
JSON
Raw Normal View History

2019-11-16 10:21:14 +03:00
{
"name": "Akaunting",
"short_name": "Akaunting",
2022-08-31 02:42:28 +03:00
"description": "Free invoicing and accounting software for small businesses and freelancers.",
"categories": [
"finance",
"business"
],
2020-02-19 20:18:35 +03:00
"start_url": ".?utm_source=pwa",
2019-11-16 10:21:14 +03:00
"display": "standalone",
2020-02-19 20:18:35 +03:00
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF",
2019-11-16 10:21:14 +03:00
"orientation": "any",
"splash": {
"640x1136": "public/img/icons/splash-640x1136.png",
"750x1334": "public/img/icons/splash-750x1334.png",
"828x1792": "public/img/icons/splash-828x1792.png",
"1125x2436": "public/img/icons/splash-1125x2436.png",
"1242x2208": "public/img/icons/splash-1242x2208.png",
"1242x2688": "public/img/icons/splash-1242x2688.png",
"1536x2048": "public/img/icons/splash-1536x2048.png",
"1668x2224": "public/img/icons/splash-1668x2224.png",
"1668x2388": "public/img/icons/splash-1668x2388.png",
"2048x2732": "public/img/icons/splash-2048x2732.png"
},
"icons": [
{
"src": "public/img/icons/akaunting-72x72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "public/img/icons/akaunting-96x96.png",
"type": "image/png",
"sizes": "96x96"
},
2020-02-15 19:38:39 +03:00
{
"src": "public/img/icons/akaunting-128x128.png",
2019-11-16 10:21:14 +03:00
"type": "image/png",
"sizes": "128x128"
},
{
"src": "public/img/icons/akaunting-144x144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "public/img/icons/akaunting-152x152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "public/img/icons/akaunting-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "public/img/icons/akaunting-384x384.png",
"type": "image/png",
"sizes": "384x384"
},
{
"src": "public/img/icons/akaunting-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
2022-08-31 02:42:28 +03:00
],
"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"
}
]
}
2019-11-16 10:21:14 +03:00
]
}