{
  "name": "Nomad Receipts",
  "short_name": "NomadReceipts",
  "description": "The receipt scanner built for nomad entrepreneurs. Scan, categorize, and export business receipts with AI — your data stays private in your browser, never on our servers.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#10b058",
  "background_color": "#0d0f12",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.nomadreceipts.app",
      "id": "com.nomadreceipts.app"
    }
  ],
  "iarc_rating_id": "REPLACE_WITH_IARC_RATING_ID",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Scan and export receipts on desktop"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scan receipts on mobile"
    },
    {
      "src": "/screenshots/nomad_screen_1.png",
      "sizes": "385x699",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Receipt scanner upload screen"
    },
    {
      "src": "/screenshots/nomad_screen_2.png",
      "sizes": "382x691",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI-powered receipt extraction"
    },
    {
      "src": "/screenshots/nomad_screen_3.png",
      "sizes": "366x674",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scanned receipt list"
    },
    {
      "src": "/screenshots/nomad_screen_4.png",
      "sizes": "358x674",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Export receipts to CSV"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Scan Receipt",
      "short_name": "Scan",
      "url": "/",
      "description": "Open the scanner to capture a new receipt",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View History",
      "short_name": "History",
      "url": "/?history=1",
      "description": "Review your previously scanned receipts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "receipt",
          "accept": ["image/png", "image/jpeg", "image/webp", "image/gif", "application/pdf"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+nomadreceipts",
      "url": "/?receipt=%s"
    }
  ]
}
