manifest.webapp
452 Bytes
{
"version": "1.0.0",
"name": "Friendly Chat",
"launch_path": "/index.html",
"description": "Chat with friends using Firebase 2.0",
"developer": {
"name": "Google inc.",
"url": "https://firebase.google.com"
},
"installs_allowed_from": [
"*"
],
"default_locale": "en",
"permissions": {
},
"locales": {
"en": {
"name": "Friendly Chat",
"description": "Chat with friends using Firebase 2.0"
}
}
}