MyJr from Jurisage

MyJr from Jurisage

Instant case law insights and AI-powered custom summaries when and where you need them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "MyJr from Jurisage",
  "name": "MyJr from Jurisage",
  "description": "Instant case law insights and AI-powered custom summaries when and where you need them.",
  "icons": {
    "16": "favicon.ico",
    "48": "logo192.png",
    "128": "logo512.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "mode": "module"
  },
  "version": "1.4.1",
  "action": {
    "default_popup": "index.html",
    "default_title": "MyJr from Jurisage"
  },
  "host_permissions": [
    "*://*/*"
  ]
}