
{
"name": "PhotoStack",
"short_name": "PhotoStack",
"start_url": ".",
"icons": [
{
"src": "https://photostack.io/assets/img/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://photostack.io/assets/img/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"purpose": "maskable",
"src": "https://photostack.io/assets/img/maskable-web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"display_override": ["standalone", "browser"],
"description": "The all in one photographers' toolkit.",
"scope": "/",
"capture_links": "existing-client-navigate",
"handle_links": "preferred",
"protocol_handlers": [
{
"protocol": "web+photostack",
"url": "/%s"
}
],
"shortcuts": [
{
"name": "Clients",
"short_name": "Clients",
"description": "View your clients",
"url": "/clients/",
"icons": [{ "src": "https://photostack.io/assets/img/web-app-manifest-192x192.png", "sizes": "192x192" }]
},{
"name": "Jobs",
"short_name": "Jobs",
"description": "View your jobs",
"url": "/jobs/",
"icons": [{ "src": "https://photostack.io/assets/img/web-app-manifest-192x192.png", "sizes": "192x192" }]
},{
"name": "Invoices",
"short_name": "Invoices",
"description": "View your invoices",
"url": "/invoices/",
"icons": [{ "src": "https://photostack.io/assets/img/web-app-manifest-192x192.png", "sizes": "192x192" }]
},{
"name": "Expenses",
"short_name": "Expenses",
"description": "View your expenses",
"url": "/expenses/",
"icons": [{ "src": "https://photostack.io/assets/img/web-app-manifest-192x192.png", "sizes": "192x192" }]
},{
"name": "Settings",
"short_name": "Settings",
"description": "View your settings",
"url": "/settings/",
"icons": [{ "src": "https://photostack.io/assets/img/web-app-manifest-192x192.png", "sizes": "192x192" }]
}
]
}