Workday app for pc,windows and Mac (Free use)

Workday app for pc,windows and Mac (Free use)

Daily Employee Work Status Added By HR

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Workday app for pc,windows and Mac (Free use)",
  "version": "1.1",
  "description": "Daily Employee Work Status Added By HR",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "workday.png",
    "48": "workday.png",
    "128": "workday.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "workday.png"
  }
}