Skip to content

Commit

Permalink
service worker upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Apr 18, 2023
1 parent e35b80f commit 72f8178
Show file tree
Hide file tree
Showing 15 changed files with 119 additions and 4 deletions.
8 changes: 8 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1C6DD0" />
<meta
name="theme-color"
media="(prefers-color-scheme: light)"
content="#8DB3E1" />
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="#272727" />
<meta name="verification" content="accd6edf69569a84f04217c8c89a4099" />
<meta
name="description"
Expand Down
115 changes: 111 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,132 @@
{
"short_name": "Let's Plan",
"name": "Let's Plan - Travel Planner",
"lang": "en-GB",
"description": "Travel planning without the headaches! Let's Plan is a free, easy to use travel planner app that's smart and intuitive. It's designed to work offline and in rough data patches. It's open source and actively maintained, feel free to contribute!",
"categories": ["travel", "utilities", "social"],
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"type": "image/x-icon",
"purpose": "any"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any"
},
{
"src": "maskable-icon.png",
"type": "image/png",
"sizes": "196x196",
"purpose": "maskable"
}
],
"start_url": ".",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#1C6DD0",
"background_color": "#FFF8F3"
"background_color": "#FFF8F3",
"screenshots": [
{
"src": "/screenshots/andr-dark-001.jpg",
"type": "image/jpg",
"sizes": "1080x2264",
"form_factor": "narrow",
"label": "The homepage shows your upcoming and past trips."
},
{
"src": "/screenshots/andr-dark-002.jpg",
"type": "image/jpg",
"sizes": "1080x2264",
"form_factor": "narrow",
"label": "The trip detail page shows all the information you need to know about your trip."
},
{
"src": "/screenshots/andr-dark-003.jpg",
"type": "image/jpg",
"sizes": "1080x2264",
"form_factor": "narrow",
"label": "You can add a wide range of activities and trips by default."
},
{
"src": "/screenshots/andr-light-001.jpg",
"type": "image/jpg",
"sizes": "1080x2264",
"form_factor": "narrow",
"label": "The homepage shows your upcoming and past trips."
},
{
"src": "/screenshots/andr-light-002.jpg",
"type": "image/jpg",
"sizes": "1080x2264",
"form_factor": "narrow",
"label": "The trip detail page shows all the information you need to know about your trip."
},
{
"src": "/screenshots/andr-light-003.jpg",
"type": "image/jpg",
"sizes": "1080x2264",
"form_factor": "narrow",
"label": "You can add a wide range of activities and trips by default."
},
{
"src": "/screenshots/mac-dark-001.jpg",
"type": "image/jpg",
"sizes": "3808x2414",
"form_factor": "wide",
"label": "The homepage shows your upcoming and past trips."
},
{
"src": "/screenshots/mac-dark-002.jpg",
"type": "image/jpg",
"sizes": "3808x2414",
"form_factor": "wide",
"label": "The trip detail page shows all the information you need to know about your trip."
},
{
"src": "/screenshots/mac-dark-003.jpg",
"type": "image/jpg",
"sizes": "3808x2414",
"form_factor": "wide",
"label": "You can add a wide range of activities and trips by default."
},
{
"src": "/screenshots/mac-light-001.jpg",
"type": "image/jpg",
"sizes": "3808x2414",
"form_factor": "wide",
"label": "The homepage shows your upcoming and past trips."
},
{
"src": "/screenshots/mac-light-002.jpg",
"type": "image/jpg",
"sizes": "3808x2414",
"form_factor": "wide",
"label": "The trip detail page shows all the information you need to know about your trip."
},
{
"src": "/screenshots/mac-light-003.jpg",
"type": "image/jpg",
"sizes": "3808x2414",
"form_factor": "wide",
"label": "You can add a wide range of activities and trips by default."
}
],
"shortcuts": [
{
"name": "List your trips",
"short_name": "My Trips",
"description": "See all your upcoming and previous trips",
"url": "/trips"
}
]
}
Binary file added public/maskable-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/andr-dark-001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/andr-dark-002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/andr-dark-003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/andr-light-001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/andr-light-002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/andr-light-003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/mac-dark-001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/mac-dark-002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/mac-dark-003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/mac-light-001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/mac-light-002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/mac-light-003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72f8178

Please sign in to comment.