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:
6a7aa57
)
fix app manifests
author
Robert Kaiser
<kairo@kairo.at>
Sun, 18 Dec 2011 00:54:27 +0000
(
01:54
+0100)
committer
Robert Kaiser
<kairo@kairo.at>
Sun, 18 Dec 2011 00:54:27 +0000
(
01:54
+0100)
manifest.webapp
patch
|
blob
|
blame
|
history
diff --git
a/manifest.webapp
b/manifest.webapp
index 9028c6f46df54316afa2391d0c0922d5ec29ed16..b01a7771b8420d951d55feb69fca9a973a246cf1 100644
(file)
--- a/
manifest.webapp
+++ b/
manifest.webapp
@@
-7,7
+7,10
@@
"url": "http://www.kairo.at/"
},
"icons": {
- "16": "style/mandelbrotIcon16.png",
- "32": "style/mandelbrotIcon32.png"
- }
+ "16": "/style/mandelbrotIcon16.png",
+ "32": "/style/mandelbrotIcon32.png"
+ },
+ "installs_allowed_from": [
+ "https://appstore.mozillalabs.com"
+ ]
}
\ No newline at end of file