Nak's screen recorder

Nak's screen recorder

Record your screen with multiple options.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Nak's screen recorder",
  "description": "Record your screen with multiple options.",
  "version": "0.0.2",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Let's capture great moments"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "default_icon": "icon16.png",
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}