{
  "name": "Scrivalo",
  "short_name": "Scrivalo",
  "description": "Your personal notes, journal, tasks and productivity app",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F8F6F1",
  "theme_color": "#0C0C0C",
  "orientation": "any",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"]
}
