This was an issue in r99, hoping it would be fixed in 100. I export to Chrome Web Store. When I go to upload my game, I get:
An error occurred: Invalid version format in manifest.
Any idea when this might get fixed? Or is it already and I am doing something wrong?
Here is a copy of the manifest that was generated.
{
"name": "Kaplow",
"description": "Catch the bombs before they go KAPLOW!",
"version": "1.02",
"manifest_version": 2,
"app": {
"launch": {
"local_path": "index.html"
}
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage"
],
"offline_enabled": true
}