{
  "name": "PACCS · Peekaboon AI Content Curation System",
  "short_name": "PACCS",
  "description": "You made a film. Let's give it a proper read.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050811",
  "theme_color": "#050811",
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/static/paccs-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/paccs-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze a film",
      "short_name": "Analyze",
      "description": "Submit a film for the read",
      "url": "/analyze",
      "icons": [
        {"src": "/static/paccs-icon-192.svg", "sizes": "192x192"}
      ]
    },
    {
      "name": "In the mood for…",
      "short_name": "Mood",
      "description": "A film picked for the mood",
      "url": "/mood",
      "icons": [
        {"src": "/static/paccs-icon-192.svg", "sizes": "192x192"}
      ]
    }
  ]
}
