{
  "name": "Gravity — The Sovereign Compass Companion",
  "short_name": "Gravity",
  "description": "A daily practice companion to the Sovereign Compass. Log the state of your four inner structures, watch the trend across days and weeks, and keep the whole log on your own device.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fcfaf7",
  "theme_color": "#134e4a",
  "categories": ["health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily pulse",
      "short_name": "Pulse",
      "description": "The sixty second check-in",
      "url": "/?action=pulse",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Voice check-in",
      "short_name": "Speak",
      "description": "Answer the eight questions out loud",
      "url": "/?action=voice",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
