{
  "name": "Personal Execution System",
  "short_name": "PES",
  "description": "Strict execution system. No thinking. Just action.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#e8ff47",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' fill='%230a0a0f'/><text x='50%' y='54%' dominant-baseline='middle' text-anchor='middle' font-size='120' font-family='monospace' fill='%23e8ff47'>⚡</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' fill='%230a0a0f'/><text x='50%' y='54%' dominant-baseline='middle' text-anchor='middle' font-size='320' font-family='monospace' fill='%23e8ff47'>⚡</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "education"],
  "shortcuts": [
    {
      "name": "Today's Battlefield",
      "short_name": "Today",
      "url": "./index.html#today",
      "description": "Open today's priority tasks"
    }
  ]
}
