Patent Assignments

Patent Assignments

Provides USPTO patent assignments for any selected text, such as a selected company name or a patent number.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Patent Assignments",
  "version": "1.8",
  "manifest_version": 2,
  "short_name": "Patent Assignments",
  "description": "Provides USPTO patent assignments for any selected text, such as a selected company name or a patent number.",
  "author": "Wolf Mountain IP, LLC",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "64": "icon-64.png"
  }
}