Skip to content

Commit 152642f

Browse files
Updates
1 parent 9736850 commit 152642f

9 files changed

Lines changed: 113 additions & 79 deletions
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-BmYhm95R.js

Lines changed: 0 additions & 74 deletions
This file was deleted.

assets/index-kcQ61naG.js

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>FlashCards - Smart Learning</title>
7+
<meta name="theme-color" content="#6366f1" />
8+
<meta name="description" content="A modern flashcard application with tinder-style swiping" />
9+
<link rel="manifest" href="/deckster/manifest.json" />
10+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
11+
<title>Deckster - Flashcard App</title>
812
<script src="https://cdn.tailwindcss.com"></script>
9-
<script type="module" crossorigin src="/deckster/assets/index-BmYhm95R.js"></script>
10-
<link rel="stylesheet" crossorigin href="/deckster/assets/index-Dac_zoe5.css">
11-
</head>
13+
<script type="module" crossorigin src="/deckster/assets/index-kcQ61naG.js"></script>
14+
<link rel="stylesheet" crossorigin href="/deckster/assets/index-B3E7Uhwy.css">
15+
<link rel="manifest" href="/deckster/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/deckster/registerSW.js"></script></head>
1216
<body>
1317
<div id="root"></div>
1418
</body>

manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Deckster - Flashcard App",
3+
"short_name": "Deckster",
4+
"description": "A modern flashcard application with tinder-style swiping",
5+
"theme_color": "#6366f1",
6+
"background_color": "#ffffff",
7+
"display": "standalone",
8+
"orientation": "portrait",
9+
"scope": "/",
10+
"start_url": "/deckster",
11+
"icons": [
12+
{
13+
"src": "pwa-192x192.png",
14+
"sizes": "192x192",
15+
"type": "image/png",
16+
"purpose": "any maskable"
17+
},
18+
{
19+
"src": "pwa-512x512.png",
20+
"sizes": "512x512",
21+
"type": "image/png",
22+
"purpose": "any maskable"
23+
}
24+
]
25+
}

manifest.webmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Deckster - Flashcard App","short_name":"Deckster","description":"A modern flashcard application with tinder-style swiping","start_url":"/","display":"standalone","background_color":"#ffffff","theme_color":"#6366f1","lang":"en","scope":"/","orientation":"portrait","icons":[{"src":"pwa-192x192.png","sizes":"192x192","type":"image/png"},{"src":"pwa-512x512.png","sizes":"512x512","type":"image/png"}]}

registerSW.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sw.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workbox-5ffe50d4.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)