{
  "short_name": "PrismOS",
  "name": "PrismOS — Dara's App",
  "description": "Personal operating system for real-estate operations",
  "icons": [
    { "src": "favicon.ico",    "sizes": "48x48 32x32 16x16", "type": "image/x-icon" },
    { "src": "logo192.png",    "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "logo192.png",    "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "logo512.png",    "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "logo512.png",    "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
    { "src": "apple-touch-icon.png", "type": "image/png", "sizes": "180x180" }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0d0f14",
  "background_color": "#0d0f14",
  "categories": ["productivity", "business"],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "audio", "accept": ["audio/*", ".amr", ".m4a", ".mp3", ".wav", ".aac", ".ogg", ".opus", ".webm", ".3gp"] }
      ]
    }
  }
}
