Screenshot & Screen Video Record by Screeny

Screenshot & Screen Video Record by Screeny

The #1 Screen Recorder and Screenshot tool! Full page screen capture and video record of your screen.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.9",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "32": "/images/32.png",
    "64": "/images/64.png",
    "128": "/images/128.png"
  },
  "action": {
    "default_title": "Screenshot-master",
    "default_icon": {
      "128": "/images/128.png"
    },
    "default_popup": "/popup.html"
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "alarms",
    "desktopCapture",
    "identity"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "/js/content.js"
      ],
      "css": [
        "/static/css/content.css"
      ]
    }
  ],
  "commands": {
    "visible_area_capture": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Capture visible area"
    },
    "stop_record": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Stop record"
    },
    "all_page_capture": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Capture all page"
    },
    "start_record": {
      "suggested_key": {
        "default": "Ctrl+Shift+V",
        "mac": "Command+Shift+V"
      },
      "description": "Start record"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "index.html"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwH8Bfr4OxN9UBGmHgPsBqMHZDhYbYpoDP9FPLAL6mwAyzbkytoiELodLOmKQF/3uyGjc17RflUf9U63OF3/eSGG0CQWqW2MKoB4vC+3KUVUGmUe4iK/9deIfhS4EeqYbL9eVM9njTvvcUQVou/5zelW1r6f7XHSkOZO2Dsqfpdui/cDL0wNm5mUsNKiJ3BY991cxYzNX9eKONWuUxqo5/3NUqIYGmPyRm6gCWuSq+7sa9tWZ3SjVmgQ6QjT8w76ZKt/h+YtLiCkWGBFAVqp3fNQkyRWIgQxuG5zCsLvzVEr6WxdpBC4Lozg60j8pVNtGfyCnzlh9/CPuFmDzLyWCHQIDAQAB",
  "oauth2": {
    "client_id": "423679335635-so4t3m06nfuf9llbsk07q3bv72gpegde.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/drive.file"
    ],
    "client_secret": "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"
  },
  "offline_enabled": true,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}