{
    "name": "AAM - Amino Asset Management",
    "short_name": "AAM",
    "description": "Track peptide inventory, reconstitution, dosing, and symptoms",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0F1F2E",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["health", "medical", "lifestyle"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Log Dose",
            "short_name": "Log",
            "url": "/journal/add",
            "description": "Quickly log a new dose"
        },
        {
            "name": "Calculator",
            "short_name": "Calc",
            "url": "/calculator",
            "description": "Reconstitution calculator"
        },
        {
            "name": "Inventory",
            "short_name": "Stock",
            "url": "/inventory",
            "description": "View your inventory"
        }
    ]
}
