{
  "name": "Page One - Journal",
  "short_name": "Page One",
  "description": "A premium journaling experience with AI-powered insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Write Entry",
      "short_name": "Write",
      "description": "Create a new journal entry",
      "url": "/?action=write",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Feed",
      "short_name": "Feed",
      "description": "View your journal entries",
      "url": "/?action=feed",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}