{
    "name": "Sistem Informasi Akademik NITRO",
    "short_name": "Siakad Nitro",
    "start_url": "https://sistem.nitromks.ac.id",
    "display": "standalone",
    "description": "A description for your application",
    "lang": " The default language of your application",
    "dir": "auto",
    "theme_color": "#000000",
    "background_color": "#000000",
    "orientation": "any",
    "icons": [
        {
            "src": "assets/themes/default/img/manifest-icon-192.maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/themes/default/img/manifest-icon-192.maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "assets/themes/default/img/manifest-icon-512.maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/themes/default/img/manifest-icon-512.maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "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"
        } 
    ],
    "share_target": {
        "action": "The action you would like to perform when the user chooses to share content to your app. For example: share",
        "method": "The method you would like to use to share content to your app. For example: GET",
        "enctype": "The encoding type you would like to use to share content to your app. For example: application/x-www-form-urlencoded",
        "params": {
            "title": "The title of the content you would like to share",
            "text": "The text of the content you would like to share",
            "url": "The url of the content you would like to share"
        }
    },
    "protocol_handlers": [
        {
            "protocol":"The protocol you would like to handle. For example: web+myapp",
            "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"
        }
    ],
    "file_handlers": [
        {
            "action": "The url you would like to open when the user chooses to share content to your app. This URL must have code to do something with the returned file.",
            "accept": {
                "text/*": [".txt"]
            }
        }
    ]
}