{
  "name": "Boongg",
  "short_name": "Boongg",
  "description": "A Boongg App",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en-US",
  "launch_handler": {
    "client_mode": "navigate-existing",
    "path": "/index.html",
    "httpMethod": "GET",
    "navigateRemoteURLs": true
  },
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["Travel & Local", "Transportation"],
  "related_applications": [],
  "prefer_related_applications": false,
  "periodic_background_sync": {
    "service_worker": "/sw.js",
    "interval": 24,
    "persistence": true
  },
  "push_notification": {
    "applicationServerKey": "BG3Oa...",
    "pushSubscriptionId": "web..."
  },
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    },
    "enctype": "multipart/form-data"
  },
  "file_handlers": [
    {
      "action": "/view-report",
      "accept": {
        "application/pdf": [".pdf"],
        "image/jpeg": [".jpg", ".jpeg"]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "Boongg",
      "short_name": "Boongg",
      "description": "A Boongg App",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/icon-256x256.png",
          "sizes": "256x256",
          "type": "image/png"
        },
        {
          "src": "/icon-384x384.png",
          "sizes": "384x384",
          "type": "image/png"
        },
        {
          "src": "/icon-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
