{
    "name": "교적-v2.0",
    "short_name": "교적-v2.0",
    "description": "SSCC Management Tool",
    "version": "2.0",
    "manifest_version": 1,
    "default_locale": "en-US",
    "author": "Brian Chang",
    "start_url": "index.html",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#015174",
    "background_color": "#F7F4F3",
    "app": {
        "urls": [
            "https://sscc.daniel123.org"
        ],
        "launch": {
            "web_url": "https://sscc.daniel123.org"
        },
        "background": {
            "scripts": [ "chrome.js" ]
        },
        "permissions": [ 
            "unlimitedStorage",
            "notifications",
            "fullscreen"
        ]
    }
}

