Files

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"
]
}
}
}