swagger-viewer

swagger-viewer

Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "3.1.1",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "16": "src/images/icon-16.png",
    "48": "src/images/icon-48.png",
    "128": "src/images/icon-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_title": "Convert!"
  },
  "options_ui": {
    "page": "src/options.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content_scripts.ts.3ce163c6.e4d5cbf6.js"
      ],
      "matches": [
        "https://github.com/*"
      ],
      "css": [
        "assets/content_scripts.ts.ec594941.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "resources": [
        "assets/content_scripts.ts.3ce163c6.js"
      ],
      "use_dynamic_url": true
    }
  ]
}