{
  "name": "Bubble Pop!",
  "short_name": "Bubble Pop",
  "description": "Pop shapes, build combos, chase your high score!",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#FFF8FA",
  "theme_color": "#D4A0D0",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
