diff --git a/plugins/insomnia-plugin-kong-bundle/cover.svg b/plugins/insomnia-plugin-kong-bundle/cover.svg new file mode 100644 index 0000000000..81d2938939 --- /dev/null +++ b/plugins/insomnia-plugin-kong-bundle/cover.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/insomnia-plugin-kong-bundle/icon.svg b/plugins/insomnia-plugin-kong-bundle/icon.svg new file mode 100644 index 0000000000..858e053e75 --- /dev/null +++ b/plugins/insomnia-plugin-kong-bundle/icon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/plugins/insomnia-plugin-kong-bundle/package.json b/plugins/insomnia-plugin-kong-bundle/package.json index bce43172a3..3145d81db9 100644 --- a/plugins/insomnia-plugin-kong-bundle/package.json +++ b/plugins/insomnia-plugin-kong-bundle/package.json @@ -4,11 +4,20 @@ "main": "index.js", "insomnia": { "name": "kong-bundle", - "description": "Bundle of all Kong plugins" + "displayName": "Kong Plugin Bundle", + "description": "Bundle of all Kong functionality", + "bundle": true, + "applications": { + "designer": "*" + }, + "images": { + "icon": "icon.svg", + "cover": "cover.svg" + } }, "dependencies": { "insomnia-plugin-kong-declarative-config": "^2.2.4", "insomnia-plugin-kong-kubernetes-config": "^2.2.4", "insomnia-plugin-kong-portal": "^2.2.4" } -} +} \ No newline at end of file