Swagger Ui Themes

Swagger Ui Themes

All themes of https://github.com/ostranme/swagger-ui-themes in an extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Swagger Ui Themes",
  "version": "1.0",
  "description": "All themes of https://github.com/ostranme/swagger-ui-themes in an extension",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "themes/*"
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}