| Index: experimental/conways_life/cws/manifest.json
|
| diff --git a/experimental/conways_life/cws/manifest.json b/experimental/conways_life/cws/manifest.json
|
| deleted file mode 100644
|
| index 7117a62f11f07e83b2f68176a88048414723bc42..0000000000000000000000000000000000000000
|
| --- a/experimental/conways_life/cws/manifest.json
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -{
|
| - "name": "Conways Life",
|
| - "description": "Conway's Life algorithm implemented in C++ using Native Client",
|
| - "version": "1.0.2",
|
| - "icons": {
|
| - "128": "conways_life_icon.png",
|
| - "16": "conways_life_icon16.png"
|
| - },
|
| - "app": {
|
| - "urls": [
|
| - "http://www.gonacl.com/dev/demos/conways_life/"
|
| - ],
|
| - "launch": {
|
| - "web_url": "http://www.gonacl.com/dev/demos/conways_life/"
|
| - }
|
| - }
|
| -}
|
|
|