{
  "id": "/",
  "name": "KitsunePaint",
  "short_name": "KitsunePaint",
  "description": "Webowy i desktopowy edytor grafiki z prywatną chmurą projektów.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#101116",
  "theme_color": "#0d0d13",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "file_handlers": [
    { "action": "/", "accept": { "application/json": [".kitsunepaint.json", ".json"] } }
  ],
  "shortcuts": [
    { "name": "New project", "short_name": "New", "url": "/?new=1", "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] }
  ]
}
