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


{
  "icons": {
    "16": "icon16.plasmo.e21d245f.png",
    "32": "icon32.plasmo.8f91456a.png",
    "48": "icon48.plasmo.7a3aedc3.png",
    "64": "icon64.plasmo.d7183597.png",
    "128": "icon128.plasmo.5d6429ff.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e21d245f.png",
      "32": "icon32.plasmo.8f91456a.png",
      "48": "icon48.plasmo.7a3aedc3.png",
      "64": "icon64.plasmo.d7183597.png",
      "128": "icon128.plasmo.5d6429ff.png"
    },
    "default_popup": "popup.html"
  },
  "version": "7.26.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.29c48f25.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contents.f7b78bbb.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "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.db82cd77.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "jasper-icon.491a8e7b.svg",
        "jasper-title.ea503c63.svg",
        "aida.f4364330.svg",
        "amazon.d9daf270.svg",
        "expand.a9705f5c.svg",
        "facebook.2e87b7a2.svg",
        "google.cda3d57d.svg",
        "instagram.0883251a.svg",
        "pas.674f30c5.svg",
        "smile.47569649.svg",
        "youtube.3f7b4f5b.svg",
        "active-bubble.02cb4de0.svg",
        "inactive-bubble.c9a33060.svg",
        "Jasper-Toolbar-Command-Output.f9d3682c.svg",
        "Jasper-Toolbar-Default.7355bb41.svg",
        "Jasper-Toolbar-Template.49543fb0.svg",
        "Toolbar-QuickSettings.1af04454.svg",
        "contents.0114c988.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>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}