{
  "name": "iZoku",
  "short_name": "iZoku",
  "description": "The household OS - expenses, bills, chores, groceries, calendar, maintenance, vault and fridge notes for roommates, couples, and families in one place.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone"
  ],
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 420
  },
  "scope_extensions": [
    {
      "origin": "*.izoku.app"
    }
  ],
  "note_taking": {
    "new_note_url": "/app/notes?new=1"
  },
  "related_applications": [
    {
      "platform": "play",
      "id": "app.izoku.twa",
      "url": "https://play.google.com/store/apps/details?id=app.izoku.twa"
    },
    {
      "platform": "windows",
      "id": "app.izoku.pwa"
    }
  ],

  "widgets": [
    {
      "name": "iZoku household",
      "short_name": "iZoku",
      "description": "Today's household snapshot: groceries, chores and bills.",
      "tag": "izoku-household",
      "template": "izoku-household",
      "ms_ac_template": "/widgets/household.ac.json",
      "data": "/widgets/household-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/brand/screenshot-mobile.png",
          "sizes": "390x844",
          "type": "image/png",
          "form_factor": "narrow",
          "label": "iZoku household widget"
        }
      ],
      "icons": [
        {
          "src": "/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 3600
    }
  ],


  "orientation": "any",
  "background_color": "#0b0b13",
  "theme_color": "#7c3aed",
  "lang": "en",
  "dir": "auto",
  "categories": [
    "productivity",
    "lifestyle",
    "finance"
  ],
  "icons": [
    {
      "src": "/brand/icon-192.png?v=5",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/icon-512.png?v=5",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/maskable-512.png?v=5",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add expense",
      "short_name": "Expense",
      "url": "/app/expenses?new=1",
      "description": "Log a shared expense in seconds"
    },
    {
      "name": "Groceries",
      "short_name": "Groceries",
      "url": "/app/groceries",
      "description": "Open the shared shopping list"
    },
    {
      "name": "Chores",
      "short_name": "Chores",
      "url": "/app/chores",
      "description": "Today's chore queue"
    },
    {
      "name": "Johnny",
      "short_name": "Johnny",
      "url": "/app/assistant",
      "description": "Voice & natural-language commands"
    }
  ],
  "id": "/app",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "protocol_handlers": [
    {
      "protocol": "web+izoku",
      "url": "/app?ref=%s"
    }
  ],
  "share_target": {
    "action": "/app/groceries",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/app/vault",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg",
          ".webp"
        ]
      }
    }
  ],
  "screenshots": [
    {
      "src": "/brand/screenshot-mobile.png?v=5",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "iZoku household dashboard on mobile"
    },
    {
      "src": "/brand/screenshot-wide.png?v=5",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "iZoku household dashboard on desktop"
    }
  ]
}
