{
  "id": "/",
  "name": "AOO DRAFT — Mobile CAD & GIS Studio",
  "short_name": "AOO DRAFT",
  "description": "High-performance offline-first Mobile CAD/GIS Progressive Web App with direct file associations for DWG, DXF, KML, KMZ, GeoJSON, Shapefile, and PDF.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0c0e",
  "theme_color": "#121316",
  "orientation": "any",
  "categories": ["productivity", "utilities", "design"],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "name": "CAD Drawings",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "accept": {
        "image/vnd.dwg": [".dwg"],
        "application/dwg": [".dwg"],
        "application/x-dwg": [".dwg"],
        "image/vnd.dxf": [".dxf"],
        "application/dxf": [".dxf"],
        "application/x-dxf": [".dxf"],
        "text/plain": [".dxf"],
        "application/acad": [".dwg", ".dxf", ".dwt", ".dws"],
        "application/x-autocad": [".dwg", ".dxf", ".dwt", ".dws"],
        "application/x-dwt": [".dwt"],
        "application/x-dws": [".dws"],
        "application/octet-stream": [".dwg", ".dxf", ".dwt", ".dws"]
      }
    },
    {
      "action": "/",
      "name": "GIS & Vector Maps",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "accept": {
        "application/vnd.google-earth.kml+xml": [".kml"],
        "application/vnd.google-earth.kmz": [".kmz"],
        "application/geo+json": [".geojson"],
        "application/json": [".json", ".geojson"],
        "application/x-shapefile": [".shp"],
        "application/x-esri-shapefile": [".shp"],
        "application/octet-stream": [".kml", ".kmz", ".geojson", ".shp"]
      }
    },
    {
      "action": "/",
      "name": "CAD Documents & Imagery",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "accept": {
        "application/pdf": [".pdf"],
        "application/x-pdf": [".pdf"],
        "image/tiff": [".tiff", ".tif"],
        "image/geotiff": [".tiff", ".tif"],
        "application/octet-stream": [".pdf", ".tiff", ".tif"]
      }
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "cad_file",
          "accept": [
            ".dwg",
            ".dxf",
            ".pdf",
            ".kml",
            ".kmz",
            ".geojson",
            ".json",
            ".shp",
            ".tiff",
            ".tif",
            "application/acad",
            "application/pdf",
            "image/vnd.dxf",
            "application/dxf",
            "image/vnd.dwg",
            "application/vnd.google-earth.kml+xml",
            "application/vnd.google-earth.kmz",
            "image/tiff"
          ]
        }
      ]
    }
  }
}
