{
    "name": "Notifications PWA",
    "short_name": "Notifications",
    "description": "Notifications PWA Application",
    "start_url": "/notifications/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "orientation": "portrait-primary",
    "icons": [
      {
        "src": "/static/notifications/pwa/icon.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/static/notifications/pwa/icon.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }