SVR - Screen Video Recorder

SVR - Screen Video Recorder

Start screen recording with one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "Start screen recording with one click",
  "short_name": "Display video recorder",
  "version": "1.3",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "<all_urls>",
    "storage",
    "downloads"
  ],
  "offline_enabled": true,
  "icons": {
    "128": "julana/zxc.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/britva.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "128": "julana/zxc.png"
    },
    "default_popup": "js/pupap.html"
  },
  "background": {
    "scripts": [
      "julana/moloko.js"
    ]
  }
}