mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
feat(pwa): add Tier 1 support — installable app with manifest and icons
This commit is contained in:
parent
2ad27084d5
commit
715ecedbcb
17 changed files with 156 additions and 2 deletions
12
index.html
12
index.html
|
|
@ -5,6 +5,18 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="World Cup 2026 Hub — schedule, groups, interactive knockout bracket and stadiums.">
|
||||
<title>World Cup 2026 Hub</title>
|
||||
|
||||
<!-- PWA -->
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<meta name="theme-color" content="#081421">
|
||||
<link rel="icon" href="favicon.ico" sizes="32x32 16x16">
|
||||
<link rel="icon" type="image/svg+xml" href="assets/icons/icon.svg">
|
||||
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="WC 2026 Hub">
|
||||
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<link rel="stylesheet" href="assets/css/bracket.css">
|
||||
<link rel="stylesheet" href="assets/css/stats.css">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue