insomnia-plugin-theme-omni
Version:
Official Omni Theme. A dark theme created by Rocketseat!
36 lines (35 loc) • 787 B
JSON
{
"name": "insomnia-plugin-theme-omni",
"description": "Official Omni Theme. A dark theme created by Rocketseat!",
"version": "1.0.0",
"insomnia": {
"name": "omni-theme",
"displayName": "Omni Theme",
"description": "A beautiful dark theme for Insomnia",
"images": {
"icon": "logo.png"
}
},
"main": "index.js",
"keywords": [
"theme",
"dark",
"insomnia",
"insomnia-theme",
"insomnia-plugin",
"color-theme",
"omni"
],
"scripts": {
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getomni/insomnia.git"
},
"bugs": {
"url": "https://github.com/getomni/insomnia/issues"
},
"homepage": "https://github.com/getomni/insomnia#readme",
"license": "MIT"
}