mirror of
https://github.com/Kong/insomnia.git
synced 2026-07-30 17:26:28 -04:00
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "insomnia-plugin-sandbox-demo",
|
|
"version": "1.0.0",
|
|
"description": "Demo plugin to manually verify the QuickJS template-tag sandbox path",
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "sandbox-demo",
|
|
"description": "Demo plugin to manually verify the QuickJS template-tag sandbox path",
|
|
"permissions": {
|
|
"modules": [
|
|
"events",
|
|
"uuid"
|
|
],
|
|
"capabilities": [
|
|
"storage"
|
|
]
|
|
}
|
|
}
|
|
}
|