{
  "name": "Déjà Vu by Audriana",
  "short_name": "Déjà Vu",
  "description": "A captivating tale of love that transcends time, weaving together past lives and present moments in an unforgettable journey through New York and Paris.",
  "categories": ["books", "literature", "romance"],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/book-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "platform": "wide",
      "label": "Book Preview"
    }
  ],
  "shortcuts": [
    {
      "name": "Purchase Book",
      "url": "/#purchase",
      "description": "Buy Déjà Vu"
    },
    {
      "name": "Read Reviews",
      "url": "/#reviews",
      "description": "See what readers are saying"
    }
  ],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
