{
  "name": "JotCapsule",
  "short_name": "JotCapsule",
  "description": "Capture thoughts, milestones, and memories. A personal microblog that evolves with your day.",
  "start_url": "/moments",
  "scope": "/moments",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f0f0f3",
  "theme_color": "#294557",
  "categories": ["lifestyle", "social", "productivity"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New jot",
      "short_name": "Post",
      "url": "/moments#mobile-post-form",
      "description": "Create a new jot"
    }
  ]
}
