﻿{
  "name": "BrawlUp — Brawl Stars Stats",
  "short_name": "BrawlUp",
  "description": "Brawl Stars stats, tier lists, synergy simulator and coaching tools.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#090A0F",
  "theme_color": "#FFB921",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "BrawlUp home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Tier List",
      "short_name": "Tier List",
      "description": "View the current Brawl Stars meta tier list",
      "url": "/meta.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Synergy Simulator",
      "short_name": "Simulator",
      "description": "Build and analyze team compositions",
      "url": "/matchup.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["games", "sports", "utilities"],
  "lang": "en-US"
}
