Manifest Generator

App main details
Icons, at least a 128x128 icon is required and a 512x512 icon is recommended
Developer Details
Default Locale
Your Manifest file
{
    "name": "{{fxapp.appd.appname}}",
    "description": "{{fxapp.appd.appDescription}}",
    "launch_path": "{{fxapp.appd.launchPath}}",
    "icons": {{fxapp.appd.icons | json}},
    "developer": {
        "name": "{{fxapp.appd.developer}}",
        "url": "{{fxapp.appd.developerUrl}}"
    },
    "default_locale": "{{fxapp.appd.defaultLocale}}"
}          
Fork me on GitHub