{
  "name": "Annotated",
  "short_name": "Annotated",
  "description": "The web, marked up. A quiet social network for people who read like it matters.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#F4EFE6",
  "theme_color": "#F4EFE6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["social", "education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Annotation",
      "short_name": "Compose",
      "description": "Create a new annotation",
      "url": "/app/compose",
      "icons": [{"src": "/assets/logo-mark.svg", "sizes": "any"}]
    },
    {
      "name": "Discover",
      "description": "Browse trending annotations",
      "url": "/app/discover",
      "icons": [{"src": "/assets/logo-mark.svg", "sizes": "any"}]
    }
  ]
}
