Offset start-times in Google Calendar Firefox

Examine source code of Offset start-times in Google Calendar

Inspect and view changes in Offset start-times in Google Calendar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Offset start-times in Google Calendar",
  "description": "Offsets start-times by default when adding a Google Calendar event, using a user-configured number of minutes.",
  "version": "1.3.0",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/calendar/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon_16.png",
      "32": "icon_32.png",
      "48": "icon_48.png",
      "128": "icon_128.png"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_specific_settings": {
    "gecko_android": {
      "strict_min_version": "142.0"
    },
    "gecko": {
      "id": "calendar-offset@christopher.x.gerber",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Melhores alternativas Offset start-times in Google Calendar

Aqui estão algumas Firefox add-ons que são similares a Offset start-times in Google Calendar: