-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnake.webapp
More file actions
22 lines (22 loc) · 845 Bytes
/
snake.webapp
File metadata and controls
22 lines (22 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "1.2",
"name": "Slithering",
"description": "Slithering is a game where you are a snake moving through a maze trying to eat enough cherries until you become the size of one of the worlds largest Anaconda snakes. Learn how to navigate jungles the shape of blocks while playing Slithering!",
"developer": {
"name": "Jared Wein / Matthew Noorenberghe"
},
"icons" : {
"16": "/img/icon-16.png",
"32": "/img/icon-32.png",
"64": "/img/icon-64.png",
"128": "/img/icon-128.png"
},
"installs_allowed_from": [
"https://marketplace.firefox.com",
"https://marketplace.mozilla.org",
"http://snake-app.github.com",
"http://snake-app.github.io",
"https://snake-app.github.io",
"http://snake.localhost"
]
}