{
  "name": "Advanced Solar Study Visualization",
  "short_name": "Solar Study",
  "id": "solar-study",  
  "start_url": "https://solarstudy.app",
  "description": "Advanced solar study visualization with 3D scene and solar calculations.",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "window-controls-overlay"],
  "categories": [
    "photography",
    "architecture",
    "productivity",
    "science",
    "utilities",
    "weather",
    "education",
    "travel",
    "navigation",
    "nature"
  ],
  "orientation": "portrait-primary",  
  "background_color": "#000",
  "theme_color": "#000",
  "theme_dark": {
    "background_color": "#fff",
    "theme_color": "#fff"
  },
  "dir": "auto",
  "scope": "./",
  "lang": "en",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://solarstudy.app/manifest.json"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": "430"
  },
  "shortcuts": [
    {
      "name": "Advanced Solar Study Visualization",
      "short_name": "Solar Study",
      "description": "Quickly open the solar study visualization",
      "url": "./",
      "icons": [
        {
          "src": "./favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshot1.png",
      "sizes": "648x1330",
      "type": "image/png"
    },
    {
      "src": "./screenshot2.png",
      "sizes": "648x1330",
      "type": "image/png"
    },
    {
      "src": "./screenshot3.png",
      "sizes": "648x1330",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/?utm_medium=PWA&utm_source=share-target&share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            ".png",
            ".jpg",
            ".jpeg",
            ".gif",
            ".webp"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+solarstudy",
      "url": "/protocol-handler-page?type=%s"
    }
  ]
}