Wondershare DemoAir - Screen Recorder

Wondershare DemoAir - Screen Recorder

Easy Screen Recorder for Chrome to Record Screen, Webcam and Share Videos in Seconds!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "version": "1.2.10",
  "description": "__MSG_app_description__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon_16x16.png",
    "48": "images/icon_48x48.png",
    "128": "images/icon_128x128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Wondershare DemoAir"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Alt+Shift+Y",
        "linux": "Alt+Shift+Y",
        "mac": "Alt+Shift+Y",
        "windows": "Alt+Shift+Y"
      }
    },
    "start-recording": {
      "description": "Start/Stop Recording",
      "suggested_key": {
        "chromeos": "Alt+Shift+R",
        "linux": "Alt+Shift+R",
        "mac": "Alt+Shift+R",
        "windows": "Alt+Shift+R"
      }
    },
    "pause-recording": {
      "description": "Pause/Resume Recording",
      "suggested_key": {
        "chromeos": "Alt+Shift+P",
        "linux": "Alt+Shift+P",
        "mac": "Alt+Shift+P",
        "windows": "Alt+Shift+P"
      }
    },
    "stop-webcam": {
      "description": "Stop webcam",
      "suggested_key": {
        "chromeos": "Alt+W",
        "linux": "Alt+W",
        "mac": "Alt+W",
        "windows": "Alt+W"
      }
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://apis.google.com  https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "permissions": [
    "https://sg3.api.aliyunpds.com",
    "activeTab",
    "desktopCapture",
    "tabCapture",
    "<all_urls>",
    "webNavigation",
    "contextMenus",
    "tabs",
    "storage",
    "notifications",
    "cookies",
    "alarms",
    "unlimitedStorage",
    "system.cpu",
    "system.memory"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "iframe/screen-camera.html",
    "images/32/mouse.svg",
    "images/32/arrow.svg",
    "images/32/flashlight.svg",
    "images/32/line.svg",
    "images/32/block.svg",
    "images/32/eraser.svg",
    "images/32/close.svg",
    "images/32/close.png",
    "images/32/flashlight.svg",
    "images/32/mouseCircle.svg",
    "images/32/isMouse.svg",
    "images/32/arrow-small.svg",
    "images/32/arrow-middle.svg",
    "images/32/arrow-big.svg",
    "images/32/line-small.svg",
    "images/32/line-middle.svg",
    "images/32/line-big.svg",
    "images/32/rect.svg",
    "images/32/circle.svg",
    "app.html"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "externally_connectable": {
    "matches": [
      "*://demoair.wondershare.com/*"
    ]
  }
}