{
  "name": "tmux.info - Terminal Multiplexer Guide",
  "short_name": "tmux.info",
  "description": "Master tmux with comprehensive documentation, tutorials, and best practices",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#00d47c",
  "orientation": "portrait-primary",
  "categories": ["education", "developer", "productivity"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Home Page"
    }
  ],
  "shortcuts": [
    {
      "name": "Getting Started",
      "url": "/docs/getting-started",
      "description": "Start learning tmux"
    },
    {
      "name": "Commands",
      "url": "/docs/commands",
      "description": "Essential tmux commands"
    },
    {
      "name": "Cheat Sheet",
      "url": "/docs/cheatsheet",
      "description": "Quick tmux reference"
    },
    {
      "name": "Config Generator",
      "url": "/tools/config-generator",
      "description": "Generate tmux config"
    }
  ]
}
