LightComp Tahiti Integration

LightComp Tahiti Integration

Integration with LightComp Tahiti

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "description": "Integration with LightComp Tahiti",
  "name": "LightComp Tahiti Integration",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "1.0",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "nativeMessaging",
    "contextMenus",
    "pageCapture"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}