{
    "short_name": "Megalodon CRM",
    "name": "Megalodon CRM",
    "description": "Uchet prodazh",
    "icons": [
      {
        "src": "/images/shark.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/images/shark.png",
        "type": "image/png",
        "sizes": "192x192",
        "purpose": "any maskable"

      },
      {
        "src": "/images/shark512.png",
        "type": "image/png",
        "sizes": "512x512"
        
      }
    ],
    "start_url": "/UI/Start",
    "background_color": "#3367D6",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#3367D6",
    "shortcuts": [
      {
        "name": "How's weather today?",
        "short_name": "Today",
        "description": "View weather information for today",
        "url": "/UI/Start",
        "icons": [{ "src": "/images/shark.png", "sizes": "192x192" }]
      },
      {
        "name": "How's weather tomorrow?",
        "short_name": "Tomorrow",
        "description": "View weather information for tomorrow",
        "url": "/UI/Start",
        "icons": [{ "src": "/images/shark.png", "sizes": "192x192" }]
      }
    ]
  }