I just started developing applications for firefox OS. I done a sample application and it is working perfectly. My issue is in my simulator my application Icon is not displayed. It uses the default icon.
I added the below code in my manifest file:
"icons": {
"128": "Feed.png"
}
Added a 128 x 128 image named Frrd.png to my directory. But it is not working for me, what can be the issue ?