Freshinbox by Freshworks

Freshinbox by Freshworks

Shared Inbox for your team & Email productivity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Shared Inbox for your team & Email productivity",
  "version": "0.0.9",
  "name": "Freshinbox by Freshworks",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "finbox-32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "inboxsdk.js",
        "rts-1.0.js",
        "iris-1.0.js",
        "contentScript.bundle.js",
        "iframeWrapper.js"
      ],
      "css": [
        "app.css",
        "sidebar.css",
        "onboarding.css",
        "freshinbox-global.css"
      ],
      "html": [
        "frame.html"
      ]
    }
  ],
  "icons": {
    "16": "finbox-16.png",
    "32": "finbox-32.png",
    "48": "finbox-48.png",
    "128": "finbox-128.png"
  },
  "web_accessible_resources": [
    "finbox-32.png",
    "finbox-128.png",
    "finbox-greyed.png",
    "onboarding-success.svg",
    "onboarding-open.svg",
    "empty-notes.png",
    "addtoboard.svg",
    "empty-notifications.png",
    "google_signin.png",
    "google_signin_focus.png",
    "google_signin_pressed.png",
    "frame.html"
  ],
  "permissions": [
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "storage"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}