Skip to content

Commit

Permalink
wip: screenshot richer pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
nnivxix committed Mar 12, 2024
1 parent 382e1b1 commit 45b11bb
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tomodo",
"private": true,
"version": "0.8.1",
"version": "0.9.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Binary file added public/screenshots/narrow-1.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/narrow-2.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/narrow-3.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/narrow-4.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/wide-1.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/wide-2.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/wide-3.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/wide-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 52 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,59 @@ export default defineConfig({
name: "Tomodo",
short_name: "Tomodo",
start_url: "/",
description: "Kelarin semuanya",
description:
"Tomodo is application to do list for make human productive. Create todo right now, let's do great today, don't busy be productive.",
theme_color: "#ffffff",
screenshots: [
{
src: "screenshots/wide-1.jpg",
sizes: "768x432",
form_factor: "wide",
label: "home",
},
{
src: "screenshots/wide-2.jpg",
sizes: "768x432",
form_factor: "wide",
label: "detail collection",
},
{
src: "screenshots/wide-3.jpg",
sizes: "768x432",
form_factor: "wide",
label: "import collection",
},
{
src: "screenshots/wide-3.jpg",
sizes: "768x432",
form_factor: "wide",
label: "form update collection",
},
{
src: "screenshots/narrow-1.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "home",
},
{
src: "screenshots/narrow-2.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "detail collection",
},
{
src: "screenshots/narrow-3.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "import collection",
},
{
src: "screenshots/narrow-3.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "update collection",
},
],
shortcuts: [
{
name: "Import Collection",
Expand Down

0 comments on commit 45b11bb

Please sign in to comment.