EasyTime for Edge

EasyTime for Edge

Automatically record time as you work, and make it easy to review your day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "EasyTime for Edge",
  "version": "0.4.0",
  "homepage_url": "https://techtime.co.nz/display/TECHTIME/EasyTime",
  "description": "Automatically record time as you work, and make it easy to review your day.",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "options_page": "html/options.html",
  "permissions": [
    "alarms",
    "history",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_icon": "./icons/techtime-icon.png",
    "default_title": "EasyTime"
  },
  "icons": {
    "16": "./icons/techtime-icon.png",
    "36": "./icons/techtime-icon.png",
    "48": "./icons/easytime-logo.png",
    "120": "./icons/easytime-logo.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}