Skip to content

Commit

Permalink
Fix up and finish initial PWA implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
romannurik committed Nov 6, 2024
1 parent 7cf9548 commit 5871dff
Show file tree
Hide file tree
Showing 8 changed files with 5,225 additions and 1,937 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dev-dist
dist
dist-ssr
*.local
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"description": "A simple source code highlighter that pastes well in to Keynote and Google Slides.",
"icons": [
{
"src": "logo_144x144.png",
"src": "images/logo_144x144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "logo_192x192.png",
"src": "images/logo_192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo_512x512.png",
"src": "images/logo_512x512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down
Loading

0 comments on commit 5871dff

Please sign in to comment.