{
  "name": "BdaySinger",
  "short_name": "BdaySinger",
  "description": "Create a personalized birthday song in seconds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0820",
  "theme_color": "#0c0820",
  "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"
    }
  ],
  "categories": ["entertainment", "social"],
  "screenshots": [],
  "share_target": {
    "action": "/create",
    "method": "GET",
    "params": {
      "title": "title"
    }
  }
}
