{
  "name": "The Daily Clearing",
  "short_name": "Daily Clearing",
  "description": "An independent newspaper. The stories getting buried under the noise. Published daily by CPTRI, Ireland.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a1612",
  "theme_color": "#1a1612",
  "lang": "en-IE",
  "dir": "ltr",
  "categories": ["news", "magazines"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today's Paper",
      "short_name": "Paper",
      "description": "Read today's edition",
      "url": "https://the-daily-clearing.pages.dev",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Archive",
      "short_name": "Archive",
      "description": "Past editions",
      "url": "/archive.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
