Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: experimental/conways_life/cws/manifest.json

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Conways Life",
3 "description": "Conway's Life algorithm implemented in C++ using Native Client ",
4 "version": "1.0.2",
5 "icons": {
6 "128": "conways_life_icon.png",
7 "16": "conways_life_icon16.png"
8 },
9 "app": {
10 "urls": [
11 "http://www.gonacl.com/dev/demos/conways_life/"
12 ],
13 "launch": {
14 "web_url": "http://www.gonacl.com/dev/demos/conways_life/"
15 }
16 }
17 }
OLDNEW
« no previous file with comments | « experimental/conways_life/cws/conways_life_icon16.png ('k') | experimental/conways_life/cws/screenshot.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698