Generate Flatpak manifest with proper permissions and sandboxing
Generate Flatpak manifests with proper permissions, sandboxing, and Flathub compatibility.
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"appId": { "type": "string" },
"runtime": { "type": "string" },
"permissions": { "type": "array" }
},
"required": ["projectPath", "appId"]
}
app-id: com.example.MyApp