Skip to content

Commit

Permalink
vercel attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshitranga committed Apr 10, 2024
1 parent 299c487 commit ac40a97
Show file tree
Hide file tree
Showing 13 changed files with 102 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/assets/index-30b0bbee.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions dist/assets/index-a37fde6a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/dreamer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.webmanifest" crossorigin="use-credentials" />
<link rel="apple-touch-startup-image" href="/logo.png">
<title>CarbonQuest</title>
<script type="module" crossorigin src="/assets/index-a37fde6a.js"></script>
<link rel="stylesheet" href="/assets/index-30b0bbee.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
Binary file added dist/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions dist/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "CarbonQuest",
"short_name": "CarbonQuest",
"start_url": "/",
"display": "standalone",
"description": "An app to track and reduce your carbon footprint.",
"lang": "English",
"dir": "auto",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"orientation": "portrait",
"icons": [
{
"src": "/logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/logo.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "https://www.pwabuilder.com/assets/screenshots/screen1.png",
"sizes": "2880x1800",
"type": "image/png",
"description": "A screenshot of the home page"
}
],
"related_applications": [
{
"platform":"windows",
"url": " The URL to your app in that app store"
}
],
"prefer_related_applications": false,
"shortcuts": [
{
"name":"The name you would like to be displayed for your shortcut",
"url":"The url you would like to open when the user chooses this shortcut. This must be a URL local to your PWA. For example: If my start_url is /, this URL must be something like /shortcut",
"description":"A description of the functionality of this shortcut"
}
]
}
Loading

0 comments on commit ac40a97

Please sign in to comment.