Google date range search

Google date range search

Google date range search extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google date range search",
  "version": "1.2.0",
  "description": "Google date range search extension.",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "declarativeContent",
    "storage",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png"
    }
  },
  "background": {
    "service_worker": "script.js",
    "type": "module"
  },
  "author": "ytakahashi",
  "homepage_url": "https://github.com/ytakahashi/google-date-range-search"
}