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": 2,
  "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/*",
    "<all_urls>",
    "activeTab",
    "tabs",
    "notifications"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline' webpack://; object-src 'self' webpack://",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_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": [
    "asideWrapper.html",
    "handle.html"
  ]
}