{
  "id": "/",
  "name": "BagLog / Backpacker Inventory",
  "short_name": "BagLog",
  "description": "BagLog is the all-in-one travel companion for backpackers. Organise every item in your bags and packing cubes with photos, sizes, and conditions. Track trip expenses in any currency with a built-in calculator and budget overview. When your pack gets heavy, browse the trade marketplace to swap gear with travellers nearby. Chat safely without sharing personal contact info, control what others see on your profile, and enjoy a secure 18+ community with verification and reporting tools.",
  "start_url": "https://baglog.lovable.app/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1a3c2a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["travel", "lifestyle", "productivity", "utilities"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 480
  },

  "icons": [
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
    { "src": "/icon-1024.png", "type": "image/png", "sizes": "1024x1024", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/01-hub.png",
      "sizes": "414x896",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BagLog home hub — one tap to inventory, chat, trade, expenses and currency."
    },
    {
      "src": "/screenshots/02-inventory.png",
      "sizes": "414x896",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Organise every item in your bags and packing cubes by place."
    },
    {
      "src": "/screenshots/03-currency.png",
      "sizes": "414x896",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live currency converter for any trip, with daily rates."
    }
  ],
  "shortcuts": [
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Open your packed inventory",
      "url": "/inventory",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Expenses",
      "short_name": "Expenses",
      "description": "Track trip expenses",
      "url": "/tools/expenses",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Currency",
      "short_name": "Currency",
      "description": "Convert currencies",
      "url": "/tools/currency",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
