[ 
https://issues.apache.org/jira/browse/CB-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188196#comment-14188196
 ] 

Piotr Zalewa edited comment on CB-7066 at 10/29/14 9:59 AM:
------------------------------------------------------------

Please work as described in 
http://cordova.apache.org/docs/en/edge/config_ref_images.md.html#Icons%20and%20Splash%20Screens

in example <icon src="www/img/icon128.png" platform="firefoxos" width="128" 
height="128" />     

I filed #CB-7893 to update the docs.


was (Author: zalun):
Please work as described in 
http://cordova.apache.org/docs/en/edge/config_ref_images.md.html#Icons%20and%20Splash%20Screens

in example <icon src="www/img/icon128.png" platform="firefoxos" width="128" 
height="128" />     


> cordova prepare firefoxos overwrites icons in manifest
> ------------------------------------------------------
>
>                 Key: CB-7066
>                 URL: https://issues.apache.org/jira/browse/CB-7066
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: FirefoxOS
>    Affects Versions: 3.5.0
>         Environment: Debian 7.5
>            Reporter: Pierre Rudloff
>
> I have got some icons manually set in a manifest file that is in my www 
> folder:
> "icons": {
>         "32": "/img/logo_32.png",
>         "60": "/img/logo_60.png",
>         "90": "/img/logo_90.png",
>         "120": "/img/logo_120.png",
>         "128": "/img/logo_128.png",
>         "256": "/img/logo_256.png"
> }
> When I run {{cordova prepare firefoxos}}, it creates a new manifest file in 
> {{platforms/firefoxos/www}} but does not keep my icons:
> "icons": {
>         "57": "/icon-57.png",
>         "72": "/icon-72.png",
>         "114": "/icon-114.png",
>         "144": "/icon-144.png"
> },



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to