{
"webdoor_version": "1.0",
"game": {
"id": "gemini-browser",
"name": "Gemini Browser",
"version": "1.0.0",
"author": "BinktermPHP",
"description": "Browse the Geminispace ? the lightweight, thoughtful corner of the internet.",
"entry_point": "index.html",
"icon": "icon.svg"
},
"requirements": {
"min_host_version": "1.8.2",
"features": ["storage"],
"permissions": []
},
"storage": {
"max_size_kb": 64
},
"config": {
"home_url": "about:home",
"max_redirects": 5,
"timeout": 15,
"max_response_bytes": 10485760,
"block_private_ranges": true
}
}
|