﻿{
  "name": "OldGames Retro Emulator",
  "short_name": "OldGames",
  "description": "Play retro games online - SNES, GBA, N64, Genesis, PS1 and more!",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#8B5CF6",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'%3E%3Crect fill='%23000' width='1280' height='720'/%3E%3Ctext x='640' y='360' text-anchor='middle' font-size='60' fill='%238B5CF6' font-family='Arial'%3EOldGames Emulator%3C/text%3E%3C/svg%3E",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 750 1334'%3E%3Crect fill='%23000' width='750' height='1334'/%3E%3Ctext x='375' y='667' text-anchor='middle' font-size='50' fill='%238B5CF6' font-family='Arial'%3EOldGames Mobile%3C/text%3E%3C/svg%3E",
      "sizes": "750x1334",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Jogos SNES",
      "short_name": "SNES",
      "description": "Jogar jogos de Super Nintendo",
      "url": "/index.html#snes",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%238B5CF6' width='96' height='96' rx='20'/%3E%3Ctext x='48' y='65' text-anchor='middle' font-size='50' fill='white'%3E🎮%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Jogos GBA",
      "short_name": "GBA",
      "description": "Jogar jogos de Game Boy Advance",
      "url": "/index.html#gba",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%23EC4899' width='96' height='96' rx='20'/%3E%3Ctext x='48' y='65' text-anchor='middle' font-size='50' fill='white'%3E🎮%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Jogos PS1",
      "short_name": "PS1",
      "description": "Jogar jogos de PlayStation",
      "url": "/index.html#psx",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%233B82F6' width='96' height='96' rx='20'/%3E%3Ctext x='48' y='65' text-anchor='middle' font-size='50' fill='white'%3E🎮%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
