{
  "name": "Miarc",
  "short_name": "Miarc",
  "description": "Share categories. Save what matters.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F2ED",
  "theme_color": "#1A1A1A",
  "icons": [
    {
      "src": "/miarc-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/miarc-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle"],
  "shortcuts": [
    {
      "name": "Add to Miarc",
      "short_name": "Add",
      "description": "Save or share a copied link.",
      "url": "/?source=shortcut",
      "icons": [{ "src": "/miarc-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/?shared=1",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
