forked from transitive-bullshit/nextjs-notion-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a5f2f3
commit e0deeea
Showing
13 changed files
with
11 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,24 @@ | ||
{ | ||
"name": "Transitive Bullshit", | ||
"short_name": "Transitive BS", | ||
"name": "Next.js Notion Starter Kit", | ||
"short_name": "Starter Kit", | ||
"icons": [ | ||
{ | ||
"src": "/favicon-16x16.png", | ||
"type": "image/png", | ||
"sizes": "16x16" | ||
}, | ||
{ | ||
"src": "/favicon-32x32.png", | ||
"src": "/favicon.png", | ||
"type": "image/png", | ||
"sizes": "32x32" | ||
}, | ||
{ | ||
"src": "/favicon-96x96.png", | ||
"src": "/favicon@128w.png", | ||
"type": "image/png", | ||
"sizes": "96x96" | ||
"sizes": "128x128" | ||
}, | ||
{ | ||
"src": "/apple-touch-icon.png", | ||
"src": "/favicon@192w.png", | ||
"type": "image/png", | ||
"sizes": "180x180" | ||
}, | ||
{ | ||
"src": "/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
"sizes": "192x192" | ||
} | ||
], | ||
"theme_color": "#F898B9", | ||
"background_color": "#ffffff", | ||
"theme_color": "#000000", | ||
"background_color": "#000000", | ||
"display": "standalone" | ||
} |
Binary file not shown.