{
  "name": "Rule of Life Builder",
  "short_name": "Rule of Life",
  "description": "Build and keep a personal Rule of Life.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8f7f1",
  "theme_color": "#304c24",
  "icons": [
    {
      "src": "/icons/rule-of-life-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/rule-of-life-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/vnd.rule-of-life+json": [".ruleoflife"]
      }
    }
  ]
}
