projects
/
mandelbrot-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4328c
)
fix commas in manifest
author
Robert Kaiser
<kairo@kairo.at>
Tue, 4 Dec 2012 14:03:51 +0000
(15:03 +0100)
committer
Robert Kaiser
<kairo@kairo.at>
Tue, 4 Dec 2012 14:03:51 +0000
(15:03 +0100)
manifest.webapp
patch
|
blob
|
blame
|
history
diff --git
a/manifest.webapp
b/manifest.webapp
index e460e5ca7d8bd125413132482827635700f13203..7ced6c2eeaf0e575059c445708c5b63eb5a89459 100644
(file)
--- a/
manifest.webapp
+++ b/
manifest.webapp
@@
-8,9
+8,9
@@
},
"icons": {
"16": "/style/mandelbrotIcon16.png",
- "32": "/style/mandelbrotIcon32.png"
+ "32": "/style/mandelbrotIcon32.png"
,
"48": "/style/mandelbrotIcon48.png",
- "64": "/style/mandelbrotIcon64.png"
- "128": "/style/mandelbrotIcon128.png"
,
+ "64": "/style/mandelbrotIcon64.png"
,
+ "128": "/style/mandelbrotIcon128.png"
}
}
\ No newline at end of file