{
  "id": "com.aquipax.app",
  "name": "Aquipax — Spend With Certainty",
  "short_name": "Aquipax",
  "description": "Map your complete financial year and know exactly what you can safely spend. Track bills, renewals, holidays and savings in one place.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "background_color": "#181614",
  "theme_color": "#c9a84c",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "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": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Aquipax home screen — your financial year at a glance"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Aquipax dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "My Number",
      "short_name": "My Number",
      "description": "See your safe-to-spend number",
      "url": "/app.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Fuel Prices",
      "short_name": "Fuel",
      "description": "Find cheap fuel near you",
      "url": "/app.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Scan Receipt",
      "short_name": "Scanner",
      "description": "Scan a receipt and compare prices",
      "url": "/app.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/share-target.html",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"]
      },
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "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/jpg", "image/webp"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+aquipax",
      "url": "/app.html?action=%s"
    }
  ],
  "scope_extensions": [
    { "origin": "https://aquipax.com" },
    { "origin": "https://aquipax.co.uk" },
    { "origin": "https://aquipax.io" }
  ],
  "widgets": [
    {
      "name": "Safe to Spend",
      "short_name": "My Number",
      "description": "Your safe-to-spend amount this month",
      "tag": "aquipax-safe-spend",
      "template": "widget-safe-spend",
      "ms_ac_template": "widgets/safe-spend.json",
      "data": "/widget-data",
      "type": "application/json",
      "screenshots": [
        { "src": "icon-192.png", "sizes": "192x192", "label": "Safe to spend widget" }
      ],
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }],
      "backgrounds": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "edge_side_panel": { "preferred_width": 400 },
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "focus-existing" }
}
