GoScreenify- Screen Recorder + Capture + Note

GoScreenify- Screen Recorder + Capture + Note

The tool for Screen Record & Capture with annotation. Edit your screenshot/ screencast and upload it to your Google Drive /Youtube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.12",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "short_name": "screenify",
  "manifest_version": 2,
  "minimum_chrome_version": "43",
  "name": "__MSG_appName__",
  "options_page": "options.html",
  "offline_enabled": true,
  "incognito": "spanning",
  "container": "GOOGLE_DRIVE",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://apis.google.com https://www.googleapis.com 'unsafe-eval'; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icons/16.png",
      "24": "images/icons/24.png",
      "32": "images/icons/32.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "icons": {
    "16": "images/icons/16.png",
    "24": "images/icons/24.png",
    "32": "images/icons/32.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "commands": {
    "start_tab_video": {
      "description": "Start recording tab/page",
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "Command+Shift+Z"
      }
    },
    "start_desktop_video": {
      "description": "Start recording desktop",
      "suggested_key": {
        "default": "Ctrl+Shift+V",
        "mac": "Command+Shift+V"
      }
    },
    "stop_video": {
      "description": "Stop video recording",
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      }
    },
    "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"
  ],
  "web_accessible_resources": [
    "favicon.png",
    "print.html",
    "blank.html",
    "fonts/*",
    "images/*",
    "template/*",
    "lib/*"
  ]
}