Last active
April 28, 2023 00:52
-
-
Save faizalanwar/50cc72804fcd5078f8f69e6b56420749 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "short_name": "Applikasi NG", | |
| "name": "Apakah anda ingin menginstall Applikasi-NG?", | |
| "icons": [ | |
| { | |
| "src": "assets/homepage/img/gallery/logo-n.png", | |
| "type": "image/svg+xml", | |
| "sizes": "512x512" | |
| }, | |
| { | |
| "src": "assets/homepage/img/gallery/logo-n.png", | |
| "type": "image/png", | |
| "sizes": "192x192" | |
| }, | |
| { | |
| "src": "assets/homepage/img/gallery/logo-n.png", | |
| "type": "image/png", | |
| "sizes": "512x512" | |
| } | |
| ], | |
| "id": "/?source=pwa", | |
| "start_url": "/?source=pwa", | |
| "background_color": "#3367D6", | |
| "display": "standalone", | |
| "scope": "/", | |
| "theme_color": "#3367D6", | |
| "shortcuts": [ | |
| { | |
| "name": "How's weather today?", | |
| "short_name": "Today", | |
| "description": "View weather information for today", | |
| "url": "/today?source=pwa", | |
| "icons": [{ "src": "/images/today.png", "sizes": "192x192" }] | |
| }, | |
| { | |
| "name": "How's weather tomorrow?", | |
| "short_name": "Tomorrow", | |
| "description": "View weather information for tomorrow", | |
| "url": "/tomorrow?source=pwa", | |
| "icons": [{ "src": "/images/tomorrow.png", "sizes": "192x192" }] | |
| } | |
| ], | |
| "description": "Weather forecast information", | |
| "screenshots": [ | |
| { | |
| "src": "/images/screenshot1.png", | |
| "type": "image/png", | |
| "sizes": "540x720", | |
| "form_factor": "narrow" | |
| }, | |
| { | |
| "src": "/images/screenshot2.jpg", | |
| "type": "image/jpg", | |
| "sizes": "720x540", | |
| "form_factor": "wide" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment