{
  "name": "Duomi",
  "short_name": "Duomi",
  "description": "Your home. Both of you. Track budget, tasks, grocery & more together.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1f3d",
  "theme_color": "#0f1f3d",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "finance", "utilities"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Budget",
      "short_name": "Budget",
      "description": "Track transactions",
      "url": "/?module=budget",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Shared to-do list",
      "url": "/?module=tasks",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Grocery",
      "short_name": "Grocery",
      "description": "Shopping list",
      "url": "/?module=grocery",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
