Session 27: PWA autopilot — NetworkFirst cache policy, stale bucket cleanup, offline fallback, push helper, manifest polish, tier fix (1584 tests)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "VYNDR",
|
||||
"name": "VYNDR — Sports Prop Intelligence",
|
||||
"short_name": "VYNDR",
|
||||
"description": "Grade your props with intelligence the books don't want you to have.",
|
||||
"start_url": "/dashboard",
|
||||
@@ -8,10 +8,11 @@
|
||||
"background_color": "#06060B",
|
||||
"theme_color": "#06060B",
|
||||
"orientation": "portrait-primary",
|
||||
"categories": ["sports", "finance", "entertainment"],
|
||||
"icons": [
|
||||
{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" },
|
||||
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
|
||||
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user