{
  "name": "Змейка Классическая",
  "short_name": "Змейка",
  "description": "Классическая игра змейка с режимами уровней и классикой",
  "start_url": "snake.html",
  "display": "fullscreen",
  "background_color": "#1b4a3b",
  "theme_color": "#ffb347",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%231b4a3b'/%3E%3Ccircle cx='50' cy='50' r='30' fill='%23ffb347'/%3E%3Ccircle cx='35' cy='40' r='5' fill='white'/%3E%3Ccircle cx='65' cy='40' r='5' fill='white'/%3E%3Ccircle cx='38' cy='42' r='2' fill='black'/%3E%3Ccircle cx='62' cy='42' r='2' fill='black'/%3E%3Cpath d='M40 60 Q50 70, 60 60' stroke='white' stroke-width='3' fill='none'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%231b4a3b'/%3E%3Ccircle cx='50' cy='50' r='30' fill='%23ffb347'/%3E%3Ccircle cx='35' cy='40' r='5' fill='white'/%3E%3Ccircle cx='65' cy='40' r='5' fill='white'/%3E%3Ccircle cx='38' cy='42' r='2' fill='black'/%3E%3Ccircle cx='62' cy='42' r='2' fill='black'/%3E%3Cpath d='M40 60 Q50 70, 60 60' stroke='white' stroke-width='3' fill='none'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1080 1920'%3E%3Crect width='1080' height='1920' fill='%231b4a3b'/%3E%3Ctext x='540' y='960' fill='white' font-size='48' text-anchor='middle' font-family='Arial'%3EЗмейка%3C/text%3E%3C/svg%3E",
      "sizes": "1080x1920",
      "type": "image/svg+xml"
    }
  ]
}