ContentFactory1 Time tracker

ContentFactory1 Time tracker

Track employee working time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ContentFactory1 Time tracker",
  "description": "Track employee working time",
  "version": "1.1.1",
  "author": "[email protected]",
  "action": {
    "default_icon": "images/128/Icon-App.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "backgroundPage.js",
    "type": "module"
  },
  "icons": {
    "16": "images/16/Icon-App.png",
    "48": "images/48/Icon-App.png",
    "128": "images/128/Icon-App.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "activeTab",
    "unlimitedStorage",
    "background"
  ],
  "host_permissions": [
    "https://dataconnector1.com/"
  ],
  "optional_host_permissions": [
    "*://*/*",
    "http://*/",
    "https://*/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ]
}