Examine source code of OvalEdge

Inspect and view changes in OvalEdge source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "OvalEdge",
  "manifest_version": 3,
  "version": "6.3.2.2",
  "version_name": "6.3.2.2",
  "description": "The OvalEdge v6.3.2.2  plugin allows our users to gain instant access to their metadata and data.",
  "icons": {
    "16": "OvalEdge_symbol-02.png",
    "48": "OvalEdge_symbol-02.png",
    "128": "OvalEdge_symbol-02.png"
  },
  "action": {},
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y",
        "chromeos": "Ctrl+Shift+U",
        "linux": "Ctrl+Shift+J"
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}