{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Findborg Native",
  "short_name": "Native",
  "id": "/apps/native/",
  "lang": "en",
  "start_url": "/apps/native/",
  "scope": "/apps/native/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "description": "Findborg with nothing on: the logo, a box, and the list. Same engine, no styles. Made by Findborg.",
  "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"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
