{
  "short_name": "MMS",
  "name": "Memory Master Showdown",
  "description": "Professional Arcade Memory Tournament. Play offline and compete for the top score.",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "iarc_rating_id": "e8d64bb7-3407-4581-9b16-cd8200632b71",
  "icons": [
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "theme_color": "#ed333b",
  "background_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.mmsgame.tournament",
      "id": "com.mmsgame.tournament"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://mmsgame.vercel.app"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "note_taking": {
    "new_note_url": "/?mode=notes"
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "image/*": [".png", ".gif", ".jpeg", ".jpg"]
      },
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+mms",
      "url": "/?uri=%s"
    }
  ],
  "widgets": [
    {
      "name": "MMS Daily Challenge",
      "short_name": "Daily Match",
      "description": "Quick access to your daily brain training memory match game.",
      "tag": "daily-challenge",
      "ms_ac_template": "widget.json",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "screenshots": [
        {
          "src": "screenshot_mobile.png",
          "sizes": "1024x1024",
          "type": "image/png",
          "label": "MMS Widget Preview"
        }
      ]
    }
  ],
  "shortcuts": [
    {
      "name": "Start Blitz Mode",
      "short_name": "Blitz",
      "description": "Start a new Blitz game tournament",
      "url": "/?mode=blitz",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Custom Deck Setup",
      "short_name": "Custom Deck",
      "description": "Configure cards and custom audio",
      "url": "/?tab=custom",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot_desktop.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MMS Pro Tournament Desktop"
    },
    {
      "src": "screenshot_mobile.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MMS Pro Tournament Mobile"
    }
  ]
}