Jasper Everywhere Extension

Jasper Everywhere Extension

The Jasper browser extension provides access to Jasper everywhere you write.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "7.27.0",
  "name": "Jasper Everywhere Extension",
  "description": "The Jasper browser extension provides access to Jasper everywhere you write.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "sidePanel",
    "activeTab",
    "alarms",
    "storage",
    "identity",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://docs.google.com/document/*",
        "https://docs.google.com/document/*"
      ],
      "js": [
        "googleDocsCanvasAnnotation.92564901.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contents.77d90920.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsXsRwF2m3FFIpaqpwoiHpFMZHxVIROVjcTxv5zJGF6X9rkiKASf7aCzaUwgN96eSTGbIzaFUXirRSZXbDN2PB1KOVWKVts4+T71ZOyBSl35XaKMeS+8Y3scXbfE7nHViLrxsTViuQD9WGsC+BueHWZoQ/0Z/0DtUm6qnAiNAobAZgi9dEc72BJ55HoS4zr/0E1njhjy2NFZO/x0j/7EaTduzqkkxB9WhofosXUDJCER0Fzkt88xdbbtp0gqGMS35NzhwjTkQ43w4GxAS0TtaAh55dJXmFEd57GRERo59jwsAymYrRQ2zf4u0KtG9l+1yhRlwl9+hqJ6NDGa/JYFtDQIDAQAB",
  "externally_connectable": {
    "matches": [
      "https://*.jasper.ai/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/jasper-icon-green-dot.png",
        "assets/jasper-icon-grey-dot.png",
        "assets/jasper-icon-alert.png"
      ],
      "matches": []
    },
    {
      "matches": [
        "http://docs.google.com/*",
        "https://docs.google.com/*"
      ],
      "resources": [
        "triggerGoogleDocsCanvasAnnotation.0bb4e49e.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "jasper-icon.10603ab1.svg",
        "jasper-title.2faad5ba.svg",
        "aida.a4ac0025.svg",
        "amazon.65b36da5.svg",
        "expand.209d9a65.svg",
        "facebook.5d25474e.svg",
        "google.88572734.svg",
        "instagram.f744e9db.svg",
        "pas.d2052332.svg",
        "smile.63ff7c24.svg",
        "youtube.cf6b3aeb.svg",
        "active-bubble.67885506.svg",
        "inactive-bubble.6c87e0fc.svg",
        "Jasper-Toolbar-Command-Output.0d1bf103.svg",
        "Jasper-Toolbar-Default.0fa8b6fa.svg",
        "Jasper-Toolbar-Template.de5e1d92.svg",
        "Toolbar-QuickSettings.7dbc2f39.svg",
        "contents.89e2c7e7.css"
      ]
    }
  ],
  "commands": {
    "command-replace": {
      "description": "Run Jasper command and replace it."
    },
    "command-keep": {
      "description": "Run Jasper command and keep it."
    },
    "write-next-sentence": {
      "suggested_key": {
        "default": "Ctrl+J"
      },
      "description": "Continue writing."
    },
    "_execute_action": {
      "description": "Open the Jasper extension",
      "suggested_key": {
        "default": "Alt+Shift+J",
        "mac": "MacCtrl+Shift+J"
      }
    }
  },
  "host_permissions": [
    "<all_urls>"
  ]
}