{
  "id": "/",
  "short_name": "Fathom",
  "name": "Fathom - Sonar Data Processing Platform",
  "description": "Advanced sonar data processing and marine survey analysis for oceanographic professionals. Works offline for field operations.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 48x48 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "orientation": "any",
  "theme_color": "#001429",
  "background_color": "#001429",
  "categories": [
    "productivity",
    "utilities",
    "business"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View all projects",
      "url": "/projects",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Application settings",
      "url": "/settings",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "protocol_handlers": [],
  "file_handlers": [
    {
      "action": "/projects",
      "accept": {
        "image/tiff": [
          ".tif",
          ".tiff"
        ],
        "application/geo+json": [
          ".geojson"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ]
}
