{
  "name": "CARMIN — Sunset AI Forecast",
  "short_name": "CARMIN",
  "description": "Predict sunset quality anywhere with AI-powered atmospheric analysis",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FFF8F6",
  "theme_color": "#FF6B6B",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "categories": ["weather", "lifestyle", "photography", "utilities"],
  "icons": [
    {
      "src": "/static/icons/favicon.svg?v=36.0",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-72x72.png?v=36.0",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96x96.png?v=36.0",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128x128.png?v=36.0",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144x144.png?v=36.0",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192.png?v=36.0",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-384x384.png?v=36.0",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png?v=36.0",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-1024x1024.png?v=36.0",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192.png?v=36.0",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512x512.png?v=36.0",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search location",
      "short_name": "Search",
      "description": "Search sunset prediction for any location",
      "url": "/",
      "icons": [{ "src": "/static/icons/icon-96x96.png?v=36.0", "sizes": "96x96" }]
    }
  ],
  "categories": ["weather", "lifestyle", "photography"],
  "lang": "es-ES",
  "dir": "ltr",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "url": "link",
      "files": [
        {
          "name": "photo",
          "accept": ["image/png", "image/jpeg", "image/webp"]
        }
      ]
    }
  }
}
