{
  "name": "Greenflower Press",
  "short_name": "Greenflower",
  "description": "Stories that endure, beautifully told. Independent book publishing by Shamiel Speelman.",
  "start_url": "/mobile",
  "id": "/mobile",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a5f5f",
  "theme_color": "#1a5f5f",
  "orientation": "portrait-primary",
  "categories": ["books", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Books",
      "short_name": "Books",
      "url": "/mobile/books",
      "description": "View our book catalogue",
      "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "About the Author",
      "short_name": "Author", 
      "url": "/mobile/author",
      "description": "Learn about Shamiel Speelman",
      "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192"}]
    }
  ]
}
