pluginctl/testdata/webapp_only/plugin.json

9 lines
No EOL
225 B
JSON

{
"id": "com.example.webapponly",
"name": "Webapp Only Plugin",
"description": "A plugin with only client-side code",
"version": "0.9.0",
"webapp": {
"bundle_path": "webapp/dist/bundle.js"
}
}