32 lines
662 B
JSON
32 lines
662 B
JSON
{
|
|
"name": "Aaron AI",
|
|
"short_name": "Aaron AI",
|
|
"description": "Personal knowledge assistant",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#faf9f6",
|
|
"theme_color": "#2d5a3d",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Capture",
|
|
"url": "/capture",
|
|
"description": "Quick capture voice, photo or note"
|
|
}
|
|
]
|
|
}
|