-
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
e5ffafe
commit 042149b
Showing
17 changed files
with
213 additions
and
36 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
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
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
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
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,14 +1,73 @@ | ||
{ | ||
"name": "Hutterite Bookshelf", | ||
"short_name": "Hutterite Bookshelf", | ||
"description": "Your own bookshelf", | ||
"description": "A comprehensive app for accessing, managing, and sharing Hutterite literature.", | ||
"start_url": "/", | ||
"display": "standalone", | ||
"background_color": "#ffffff", | ||
"theme_color": "#000000", | ||
"icons": [{ | ||
"src": "/static/icon.png", | ||
"sizes": "1024x1024", | ||
"type": "image/png" | ||
}] | ||
"background_color": "#161215", | ||
"theme_color": "#161215", | ||
"screenshots": [ | ||
{ | ||
"src": "screenshot1-wide.png", | ||
"sizes": "1280x720", | ||
"type": "image/png", | ||
"form_factor": "wide" | ||
}, | ||
{ | ||
"src": "screenshot2-mobile.png", | ||
"sizes": "720x1280", | ||
"type": "image/png", | ||
"form_factor": "narrow" | ||
} | ||
], | ||
"icons": [ | ||
{ | ||
"purpose": "maskable", | ||
"sizes": "1204x1204", | ||
"src": "maskable_icon.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"purpose": "maskable", | ||
"sizes": "48x48", | ||
"src": "maskable_icon_x48.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"purpose": "maskable", | ||
"sizes": "72x72", | ||
"src": "maskable_icon_x72.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"purpose": "maskable", | ||
"sizes": "96x96", | ||
"src": "maskable_icon_x96.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"purpose": "maskable", | ||
"sizes": "128x128", | ||
"src": "maskable_icon_x128.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"purpose": "maskable", | ||
"sizes": "192x192", | ||
"src": "maskable_icon_x192.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"purpose": "maskable", | ||
"sizes": "384x384", | ||
"src": "maskable_icon_x384.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"purpose": "maskable", | ||
"sizes": "512x512", | ||
"src": "maskable_icon_x512.png", | ||
"type": "image/png" | ||
} | ||
] | ||
} |
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.
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.
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.
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.
Oops, something went wrong.