Life

Life

The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Life",
  "version": "0.5.0",
  "description": "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.",
  "host_permissions": [
    "https://life.gaditek.com/",
    "https://www.gaditek.com/"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "images/icons/icon-16x16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icons/icon-16x16.png",
    "32": "images/icons/icon-32x32.png",
    "48": "images/icons/icon-48x48.png",
    "128": "images/icons/icon-128x128.png"
  },
  "manifest_version": 3
}