Responsive® LookUp for Chrome

Responsive® LookUp for Chrome

——Access your Responsive Answer Library from Google Chrome——

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Responsive® LookUp for Chrome",
  "short_name": "Responsive® LookUp for Chrome",
  "version": "1.0.35",
  "description": "——Access your Responsive Answer Library from Google Chrome——",
  "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://*/*"
      ]
    }
  ]
}