GCalPlus

GCalPlus

Extra Options for Google Calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GCalPlus",
  "short_name": "GCalPlus",
  "version": "2.0.16",
  "manifest_version": 3,
  "description": "Extra Options for Google Calendar",
  "background": {
    "service_worker": "background.js"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjxMdGMPYz+zcIe5XlOMrm47okL7BtjgunQ0ek1L0Kbr43dDldz/V5aAWnL2qrp2itVIPKcCYoGQ53KW/psPbjXM+/Ov3eSUYSGddPegQ6IDnH8WzVWQ2dnuysocK/Xt0XxiUUh6J/6w826sA2r0i1AVBTGPmVkehXMqz8D3XYtaJuRuNv8xNLtHo7JM6zXV4VPFuS0aiP1vUHkOgS6vLDQX/RlfjCRwnkIJw8f3aDglhuWU/BRNUg31OaEqBq+p1kGlIrVUHeeWgHRhrI+eo1bwiz60jvmj0zWED6Huo240Cw3YABhvtwqmEv7IWki8fHxjqpir8ksX02yaAbdpPtwIDAQAB",
  "icons": {
    "128": "iconnew.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "iconnew.png",
      "48": "iconnew.png",
      "128": "iconnew.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/calendar/u/*"
      ],
      "js": [
        "jquery-3.7.1.min.js",
        "jquery-ui.min.js",
        "jquery-ui.multidatespicker.js",
        "Moment.js",
        "gcalplus.js"
      ],
      "css": [
        "jquery-ui.min.css",
        "jquery-ui.multidatespicker.css",
        "datepicker.css"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "identity",
    "webNavigation",
    "declarativeContent"
  ],
  "host_permissions": [
    "https://www.googleapis.com/*",
    "https://calendar.google.com/calendar",
    "https://accounts.google.com/o/oauth2/v2/auth"
  ],
  "oauth2": {
    "client_id": "782490446709-6sshm5rboluibdvr0oi60d9eo6711fn1.apps.googleusercontent.com",
    "client_secret": "xZvjCoBM4I1Hj4e69s99SAzX",
    "scopes": [
      "openid",
      "https://www.googleapis.com/auth/calendar.events",
      "https://www.googleapis.com/auth/calendar.settings.readonly",
      "email",
      "profile",
      "https://www.googleapis.com/auth/calendar.readonly"
    ],
    "redirect_uri": "https://mjelhipeelammmhpghkpigkdonihkakj.chromiumapp.org"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "https://accounts.google.com/o/oauth2/v2/auth",
        "extras.css",
        "disableLocationClick.css",
        "hide.css",
        "jquery-3.7.1.min.js"
      ],
      "matches": [
        "*://calendar.google.com/*"
      ]
    }
  ]
}