Screenshot 2 Calendar - Fastest way to Add Events into your Calendar

Screenshot 2 Calendar - Fastest way to Add Events into your Calendar

Automatically Adds Events into your Calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Screenshot 2 Calendar - Fastest way to Add Events into your Calendar",
  "version": "2.0",
  "description": "Automatically Adds Events into your Calendar",
  "permissions": [
    "identity",
    "identity.email",
    "activeTab",
    "commands",
    "notifications"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "identity.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "commands": {
    "triggerAction": {
      "suggested_key": {
        "default": "Ctrl+Y",
        "mac": "Command+Y"
      },
      "description": "Triggers action in the extension"
    }
  }
}