{
"name": "Momentum⚡",
"short_name": "Momentum",
"description": "Your personal life tracker — diary, goals, health, finance and more",
"id": "/",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0f",
"theme_color": "#6c63ff",
"orientation": "portrait-primary",
"scope": "/",
"lang": "en",
"dir": "ltr",
"categories": ["lifestyle", "productivity", "health"],
"iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
"prefer_related_applications": false,
"screenshots": [
  {
    "src": "/screenshot-desktop.png",
    "sizes": "1918x825",
    "type": "image/png",
    "form_factor": "wide",
    "label": "Momentum Desktop View"
  },
{
    "src": "/screenshot-mobile.png",
    "sizes": "1080x2202",
    "type": "image/png",
    "form_factor": "narrow",
    "label": "Momentum Mobile View"
}
],
"launch_handler": {
  "client_mode": "navigate-existing"
},
"handle_links": "preferred",
  "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": "Daily Diary",
            "short_name": "Diary",
            "url": "/?page=diary",
            "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Add Goal",
            "short_name": "Goals",
            "url": "/?page=goals",
            "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
        }
    ],
    "share_target": {
        "action": "/",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "handle_links": "preferred",
    "scope_extensions": [],
    "file_handlers": [],
    "protocol_handlers": [],
    "related_applications": [],
    "widgets": []
}