{
  "id": "/",
  "name": "Dreamanart — Prepare for Anything. Survive Everything.",
  "short_name": "Dreamanart",
  "description": "The offline-first humanitarian platform that works when you need it most.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "background_color": "#FFFFFF",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "categories": ["safety", "utilities", "education"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": true,
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Survival Guides",
      "short_name": "Guides",
      "url": "/survival",
      "description": "Browse survival guides",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency Help",
      "short_name": "Help",
      "url": "/survival/first-aid",
      "description": "Get emergency first aid information",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "url": "/survival/ai-assistant",
      "description": "Ask the AI assistant",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "url": "/community",
      "description": "View community feed",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Download Content",
      "short_name": "Download",
      "url": "/download",
      "description": "Download content for offline use",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/community/post-resource",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "resource",
          "accept": ["image/*", "application/pdf", "text/plain"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/survival/guides",
      "accept": {
        "application/pdf": [".pdf"],
        "text/plain": [".txt"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "launch_type": "single-user"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen with emergency quick access"
    },
    {
      "src": "/screenshot-survival.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Survival guides"
    },
    {
      "src": "/screenshot-first-aid.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "First aid procedures"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
