{
  "name": "Snipsum",
  "short_name": "Snipsum",
  "description": "Snip the article. Keep the insight. AI summaries of anything you share.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A1628",
  "theme_color": "#0D9488",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "share_target": {
    "action": "/share.php",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },
  "screenshots": [
    {
      "src": "/assets/screenshots/library.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Your snip library"
    }
  ]
}
