This is my first time uploading an extension and it got rejected. In the email i got it said
Spam and placement in the Store Details Violation reference ID: Yellow Magnesium Violation: The item does not work. How to rectify: Ensure that your item is working properly and resubmit it. Relevant section of the programme policy: Extensions with broken functionality – such as dead sites or non-functioning features – are not allowed.
I have been researching a lot and I still don't what the problem is. I think it may be the manifest so here it is(i have changed it 3 times)
{
"manifest_version": 2,
"name": "Germy Drop",
"description": "Avoid the Germs",
"version": "1.0.0.0",
"background": {
"launch": {
"local_path": "index.html"
}
},
"icons": {
"16": "playstore-icon16.png",
"128": "playstore-icon128.png"
}
}
this extension is a game extension so you can click the icon on the top right of the screen and the game will launch. sorry for that lack of information i am just new to all of this. thanks