{
  "_comment_how_to_edit": "This file is read by browsers to know how to install this site as an app icon (name, colors, icons). It only takes effect once the site is hosted on a real web address (see the note in index.html near the manifest <link> tag) — it does nothing when the files are just opened locally by double-clicking. Edit 'name' for the full app name, 'short_name' for the name shown under the icon (keep this SHORT, phones cut it off), and 'theme_color'/'background_color' to match styles.css if you ever change the site's color palette.",

  "name": "De Gewone Gids",
  "short_name": "De Gewone Gids",
  "description": "Eenvoudige, stap-voor-stap gidsen voor dagelijkse digitale taken in België.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#FAF6EF",
  "theme_color": "#B8860B",
  "lang": "nl",
  "icons": [
    {
      "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"
    }
  ]
}
