VIAApp

VIAApp

Share your desktop or application using VIA desktopCapture

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VIAApp",
  "description": "Share your desktop or application using VIA desktopCapture",
  "version": "2.4.0319.120",
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging",
    "desktopCapture",
    "identity",
    "identity.email",
    "notifications",
    "storage",
    "system.storage",
    "activeTab",
    "tabs",
    "management",
    "downloads",
    "downloads.open"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  }
}