Save the date!

Save the date!

Add in-text dates to Google 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": "Save the date!",
  "version": "2.2.92.0",
  "author": "Valentin Cotta",
  "description": "Add in-text dates to Google Calendar.",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "icons": {
    "16": "save_the_date_chrome_icon_16.png",
    "32": "save_the_date_chrome_icon_48.png",
    "48": "save_the_date_chrome_icon_48.png",
    "128": "save_the_date_chrome_icon_128.png"
  },
  "background": {
    "service_worker": "service_worker.js"
  }
}