{
  "name": "Flatplan Studio",
  "short_name": "Flatplan",
  "description": "Flatplanning and pagination for print publications",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#d8dcdf",
  "theme_color": "#fdfdfc",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "file_handlers": [
    {
      "action": ".",
      "accept": { "application/json": [".flatplan"] }
    }
  ]
}
