Pretty Rest API Documentacion

Pretty Rest API Documentacion

Extension to render a OPEN API 3 REST Documentation uploading the JSON File

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Prettyrest",
  "name": "Pretty Rest API Documentacion",
  "description": "Extension to render a OPEN API 3 REST Documentation uploading the JSON File",
  "author": "[email protected]",
  "manifest_version": 3,
  "version": "0.0.3",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_title": "Pretty Rest API Documentacion",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2IX3K1BLRNKUrQ3E90iPfbgAAOsgca+mtoriRnnddu2078ixyGd1Cu0WD8n2mE7PMBNS9/UAEQYJdH2OTSaABhHbx8jJns3I7vaWRmeaCK+GXf3zjtpZCTosUtIQxJpLPAC1l1Cy/wCnVsXbG+ebAJmojqzNqeQG3e3zUEr4dxKLBEk2YSs3wQVoKbGQRQJhGD8j/8ekRAmcsaA5FoSOKt7HGsuQCrtpyoIPaQ0qvQ3/SOrjmDyEAOm1HQveiogN5ZDXybSJulcnfORONThK1CU8Lyo1x5oigsaAlTo8ywCXG8rC6FocFHXa1UtDOo/09rUwBoAmbGThJ0gV8XgU6wIDAQAB"
}