{
  "name": "Cosmo - Space Explorer",
  "short_name": "Cosmo",
  "description": "Interactive space education app for kids aged 6-10",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a1a",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "categories": ["education", "kids", "entertainment"],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 412
  },
  "note_taking": {
    "new_note_url": "/journey/mars/1/field-seal"
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/deployer.html",
      "accept": {
        "application/json": [".json"]
      },
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+cosmo",
      "url": "/?from=%s"
    }
  ],
  "widgets": [
    {
      "name": "Daily Space Fact",
      "short_name": "Cosmo",
      "description": "A daily space fact from Cosmo the Explorer",
      "tag": "cosmo-daily-fact",
      "ms_ac_template": "/widgets/cosmo-widget.json",
      "data": "/api/widget/daily-fact",
      "type": "application/json",
      "icons": [
        {
          "src": "/assets/cosmo-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "shortcuts": [
    {
      "name": "Mars Journey",
      "short_name": "Mars",
      "description": "Explore the Red Planet with Cosmo",
      "url": "/journey/mars/map",
      "icons": [
        {
          "src": "/assets/cosmo-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Ocean Quest",
      "short_name": "Ocean",
      "description": "Dive deep into the ocean with Cosmo",
      "url": "/journey/modern-ocean-quest/map",
      "icons": [
        {
          "src": "/assets/cosmo-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Moon Quest",
      "short_name": "Moon",
      "description": "Walk on the Moon with Cosmo",
      "url": "/journey/moon-ultra-2026/map",
      "icons": [
        {
          "src": "/assets/cosmo-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/assets/cosmo-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/cosmo-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/cosmo-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/cosmo-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
