Attendance Tracker

Attendance Tracker

Attendance tracking system for your team to track attendace, no mater with your team members timezone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Attendance Tracker",
  "short_name": "yCloudOffice : Attendance System",
  "description": "Attendance tracking system for your team to track attendace, no mater with your team members timezone.",
  "author": "Young Innovators",
  "version": "1.0.5",
  "icons": {
    "16": "images/logo-16.png",
    "19": "images/logo-19.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "yCloudOffice"
  },
  "permissions": [
    "notifications",
    "identity",
    "activeTab",
    "cookies",
    "http://api.ycloudoffice.com/"
  ]
}