This repository has been archived on 2025-08-17. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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"
}
}