mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
29 lines
797 B
JSON
Executable File
29 lines
797 B
JSON
Executable File
{
|
|
"name": "Invoice Ninja",
|
|
"short_name": "Invoice Ninja",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#0175C2",
|
|
"theme_color": "#0175C2",
|
|
"description": "The leading open-source invoicing app",
|
|
"orientation": "portrait-primary",
|
|
"prefer_related_applications": true,
|
|
"related_applications": [
|
|
{
|
|
"platform": "play",
|
|
"url": "https://play.google.com/store/apps/details?id=com.invoiceninja.app",
|
|
"id": "com.invoiceninja.app"
|
|
}, {
|
|
"platform": "itunes",
|
|
"url": "https://testflight.apple.com/join/MJ6WpaXh"
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "images/logo.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|