{
  "name": "PoetMind",
  "short_name": "PoetMind",
  "description": "Where poetry lives, exactly as you write it.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["books", "lifestyle", "education"],
  "icons": [
    {
      "src": "/wp-content/themes/poetmind-app/assets/img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wp-content/themes/poetmind-app/assets/img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Write a Poem",
      "short_name": "Write",
      "description": "Start writing a new poem",
      "url": "/write/",
      "icons": [{ "src": "/wp-content/themes/poetmind-app/assets/img/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Discover Poems",
      "short_name": "Discover",
      "description": "Browse the community feed",
      "url": "/poems/",
      "icons": [{ "src": "/wp-content/themes/poetmind-app/assets/img/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/wp-content/themes/poetmind-app/assets/img/og-default.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "PoetMind — Where poetry lives"
    }
  ]
}
