{
  "name": "DDB",
  "short_name": "DDB",
  "description": "Publish the DDB Horadric Cube + D signature icon at the root favicon path and make the homepage, every generated item page, and the hidden items redirect page reference only that root favicon.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "./favicon.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],
  "scope": "./"
}