Date calculator

Date calculator

Date Calculator: count days between dates and do date maths: add days to a date or subtract days, quick date to date calculator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.1",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/icon_48.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-da78a9fb.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "css": [
        "assets/index-ffb1c893.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/icon_16.png",
        "img/icon_32.png",
        "img/icon_48.png",
        "img/icon_128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-a9aaa855.js",
        "assets/chunk-72c92e23.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage"
  ]
}