Vertti Anywhere

Vertti Anywhere

Vertti Anywhere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Vertti Anywhere",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "name": "Vertti Anywhere",
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.3",
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.gif",
        "main.html",
        "main.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "extension_ids": []
    }
  ]
}