
{
  "name": "GuardianAI - Wildlife Detection & Travel Safety",
  "short_name": "GuardianAI",
  "description": "AI-powered wildlife detection and travel safety platform. Real-time identification of dangerous species with instant alerts and global hazard warnings.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "id": "guardianai-app",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "72x72",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "96x96",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "128x128",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "144x144",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "152x152",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "384x384",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["utilities", "security", "lifestyle", "travel", "education"],
  "shortcuts": [
    {
      "name": "Identify Wildlife",
      "short_name": "Identify",
      "description": "Instant AI photo identification of wildlife species",
      "url": "/identify",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Travel Safety",
      "short_name": "Travel",
      "description": "Check travel hazards and emergency contacts",
      "url": "/travel-safety",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Emergency SOS",
      "short_name": "Emergency",
      "description": "Access emergency button for immediate help",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Report Sighting",
      "short_name": "Report",
      "description": "Report wildlife sighting to help the community",
      "url": "/report-sighting",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GuardianAI Dashboard"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "share_target": {
    "action": "/identify",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "photo",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+guardianai",
      "url": "/identify?url=%s"
    }
  ],
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
