{
  "id": "dev.pages.thejellyfish",
  "name": "The Jellyfish",
  "short_name": "Jellyfish",
  "description": "The Jellyfish — your social space",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#06040f",
  "theme_color": "#f946c8",
  "categories": ["social", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "widgets": [
    {
      "name": "Jellyfish Radar",
      "short_name": "Radar",
      "description": "Live weather conditions at your location",
      "tag": "jellyfish-weather",
      "ms_ac_template": "/widget-template.json",
      "data": "/widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "512x512",
          "label": "Jellyfish weather widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "The Jellyfish"
    }
  ]
}
