nournia
nournia

Reputation: 183

Firefox marketplaces doesn't show my application icon

I've registered my packaged application in Firefox Marketplace but it doesn't show it's icon. Here is my manifest.webapp icons part:

"icons": {
    "16": "/img/logo16.png",
    "32": "/img/logo32.png",
    "48": "/img/logo48.png",
    "64": "/img/logo64.png",
    "128": "/img/logo128.png"
},

and as you may know, Marketplace checks existence and dimensions of these files in submitted archive.

I think there is something wrong with my application and I want to know if it is possible to install such application on an Android device through Firefox Browser?

Upvotes: 1

Views: 91

Answers (1)

nournia
nournia

Reputation: 183

It seems that was their fault. Now marketplace shows my application icon.

Upvotes: 1

Related Questions