PersistIQ

PersistIQ

PersistIQ Chrome Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PersistIQ",
  "version": "1.7.8",
  "manifest_version": 3,
  "description": "PersistIQ Chrome Extension",
  "homepage_url": "http://www.persistiq.com/",
  "icons": {
    "16": "icons/piq-icon-16px.png",
    "48": "icons/piq-icon-48px.png",
    "128": "icons/piq-icon-128px.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://persistiq.com/*",
    "https://mail.google.com/*",
    "https://*.googleusercontent.com/proxy/*",
    "activeTab",
    "tabs",
    "notifications"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/piq-icon-16px.png",
      "48": "icons/piq-icon-48px.png",
      "128": "icons/piq-icon-128px.png"
    }
  },
  "commands": {
    "toggle-send-email": {
      "suggested_key": {
        "default": "Ctrl+K",
        "mac": "Command+K"
      },
      "description": "Quickly send an email"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "asideWrapper.html",
        "handle.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}