{
  "name": "Snipsum — Snip the article. Keep the insight.",
  "short_name": "Snipsum",
  "description": "Share any article from your phone. Get an AI summary in seconds. Build a searchable library of everything you've ever found interesting — forever.",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0A1628",
  "theme_color": "#0D9488",
  "orientation": "portrait-primary",

  "categories": ["productivity", "utilities", "education"],

  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "share_target": {
    "action": "/share.php",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },

  "shortcuts": [
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "Open your snip library",
      "url": "/?shortcut=library",
      "icons": [
        { "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Search Snips",
      "short_name": "Search",
      "description": "Search your saved articles",
      "url": "/?shortcut=search",
      "icons": [
        { "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/assets/screenshots/library.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your snip library — searchable, tagged, AI-summarised"
    }
  ],

  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
