{
"webdoor_version": "1.0",
"game": {
"id": "cwn",
"name": "Community Wireless Node Map",
"description": "Discover and share community wireless networks - mesh networks, wireless BBSs, and grassroots wireless infrastructure",
"version": "1.0.0",
"author": "awehttam",
"license": "MIT",
"icon": "icon.svg",
"entry_point": "index.html"
},
"config": {
"credits": {
"submission_reward": 3,
"search_cost": 1,
"edit_cost": 0,
"delete_cost": 0
},
"limits": {
"max_submissions_per_day": 20,
"max_searches_per_day": 50,
"max_description_length": 500
},
"map": {
"default_zoom": 10,
"cluster_radius": 50,
"tile_provider": "openstreetmap"
}
}
}
|