OmniChat by Freshchat

OmniChat by Freshchat

Engage, sell, and support from anywhere on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OmniChat by Freshchat",
  "short_name": "A product by Freshworks",
  "version": "1.2.0",
  "description": "Engage, sell, and support from anywhere on the web",
  "web_accessible_resources": [
    "entry.js",
    "images/*.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Freshchat",
    "default_icon": {
      "16": "images/freshchat_16.png",
      "32": "images/freshchat_32.png",
      "48": "images/freshchat_48.png",
      "96": "images/freshchat_96.png",
      "128": "images/freshchat_128.png",
      "225": "images/freshchat_225.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/freshchat_16.png",
    "32": "images/freshchat_32.png",
    "48": "images/freshchat_48.png",
    "96": "images/freshchat_96.png",
    "128": "images/freshchat_128.png",
    "225": "images/freshchat_225.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "https://*/*",
    "http://*/*",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage"
  ]
}