Venngo Browser Extension

Venngo Browser Extension

Venngo Browser Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Venngo Browser Extension",
  "homepage_url": "https://www.venngo.com/",
  "description": "Venngo Browser Extension",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "storage",
    "alarms",
    "scripting"
  ],
  "host_permissions": [
    "https://*/",
    "http://*/"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; connect-src https://rest.venngo.com  https://team.venngo.com/login  'unsafe-inline'; font-src 'self' https://fonts.gstatic.com; img-src  https://content.venngo.com"
  },
  "background": {
    "service_worker": "background.js"
  },
  "devtools_page": "devtools.html",
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "version": "2.0.2"
}