{
  "name": "Readlis — Any link. Any length. One minute.",
  "short_name": "Readlis",
  "description": "AI summaries for YouTube, podcasts, articles, and PDFs. Key points, quotes, and jump-to timestamps in under a minute.",
  "start_url": "/?utm_source=pwa",
  "id": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF5EE",
  "theme_color": "#FAF5EE",
  "categories": ["productivity", "education", "news"],
  "icons": [
    {
      "src": "/icons/readlis-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/readlis-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/readlis-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New summary",
      "short_name": "Summarize",
      "url": "/?utm_source=pwa_shortcut#paste",
      "icons": [{ "src": "/icons/readlis-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "url": "/library?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/readlis-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "url",
      "url": "url"
    }
  }
}
