{
  "short_name": "AutoCAD",
  "name": "AutoCAD - DWG Viewer & Editor",
  "start_url": "/",
  "id": "/",
  "description": "Autodesk®️ AutoCAD mobile - the official AutoCAD® mobile app.",
  "categories": ["productivity"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "display": "standalone",
  "orientation": "any",
  "dir": "ltr",
  "scope": "/",
  "lang": "en",
  "prefer_related_applications": false,
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/dwg": [".dwg"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "Subscript.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
