15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"name": "Example Plugin",
|
|
"version": "1.0.0",
|
|
"domain": "example.plugin",
|
|
"enabled": true,
|
|
"description": "A bare bones template plugin for P2NS - use this as a starting point for new plugins",
|
|
"author": "P2NS",
|
|
"homepage": "https://github.com/p2ns/p2ns",
|
|
"license": "MIT",
|
|
"icon": "code",
|
|
"dependencies": {},
|
|
"www": "www"
|
|
}
|
|
|