Responsive® LookUp for Edge

Responsive® LookUp for Edge

——Access your Responsive Answer Library from Chromium Edge——

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Responsive® LookUp for Edge",
  "short_name": "LookUp",
  "version": "1.0.34",
  "description": "——Access your Responsive Answer Library from Chromium Edge——",
  "icons": {
    "48": "responsive48.png",
    "128": "responsive128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "https://dev1.rfpio.com/*",
      "https://app.rfpio.com/*"
    ]
  },
  "action": {},
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "scripting",
    "tabs"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "frame.html",
        "templates/badge-icons.html"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}