Use arrow keys to control the Glider and dodge the obstacles!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "UpDown Glider",
"description": "Use arrow keys to control the Glider and dodge the obstacles!",
"version": "0.0.0.5",
"manifest_version": 3,
"permissions": [],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "UpDownGlider16.png",
"32": "UpDownGlider32.png",
"48": "UpDownGlider48.png",
"128": "UpDownGlider128.png"
}
},
"icons": {
"16": "UpDownGlider16.png",
"32": "UpDownGlider32.png",
"48": "UpDownGlider48.png",
"128": "UpDownGlider128.png"
}
}