Nimbus Screenshot & Screen Video Recorder

Nimbus Screenshot & Screen Video Recorder

Screen Capture FULL Web page or any part. Edit screenshots. Record screencasts - record video from your screen.

Additional files are visible only to premium users

manifest.json


{
  "version": "9.93.997.9989",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCE2FIgHdWkDJH0H3Idf+PaGQcCsuKkw1BpBXVjfVKprO9xu3LiZM8/4NVUAOGBktLe3NiBFurwNLsLMTO7WsknokwWvm15Z4wM6YGFuUta39/y07CDKq49OaAoui0RrN8ogf6gjcAQW3fDfO4a24vqSoYk3ypWX5ZjD/+egMUvIQIDAQAB",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://nimbusweb.me",
  "short_name": "screen capture",
  "manifest_version": 2,
  "minimum_chrome_version": "43",
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "options_page": "options.html",
  "incognito": "spanning",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-4rgo6X4MohhYR0J0SH0dR7DGTgazwPhlpvvnycLbNCQ=';",
  "oauth2": {
    "client_id": "330587763390.apps.googleusercontent.com",
    "scopes": [
      "openid email https://www.googleapis.com/auth/drive.readonly.metadata https://www.googleapis.com/auth/drive.file https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtubepartner"
    ]
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icons/16x16.png",
      "24": "images/icons/24x24.png",
      "32": "images/icons/32x32.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "icons": {
    "16": "images/icons/16x16.png",
    "32": "images/icons/32x32.png",
    "48": "images/icons/48x48.png",
    "128": "images/icons/128x128.png"
  },
  "commands": {
    "start_tab_video": {
      "description": "Start recording tab/page",
      "suggested_key": {
        "default": "Ctrl+Shift+7",
        "mac": "Command+Shift+7"
      }
    },
    "start_desktop_video": {
      "description": "Start recording desktop",
      "suggested_key": {
        "default": "Ctrl+Shift+8",
        "mac": "Command+Shift+8"
      }
    },
    "stop_video": {
      "description": "Stop video recording",
      "suggested_key": {
        "default": "Ctrl+Shift+9",
        "mac": "Command+Shift+9"
      }
    },
    "pause_video": {
      "description": "Pause video recording",
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      }
    }
  },
  "permissions": [
    "<all_urls>",
    "downloads",
    "tabs",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "desktopCapture",
    "tabCapture",
    "clipboardWrite",
    "identity",
    "https://www.google-analytics.com/"
  ],
  "web_accessible_resources": [
    "favicon.png",
    "print.html",
    "blank.html",
    "fonts/*",
    "images/*",
    "css/*",
    "js/*",
    "template/*"
  ]
}