Gerbil Time Tracker

Gerbil Time Tracker

The Gerbil Time Tracker from enable.services is a Chrome extension which allows seamless integration with the enable.services Time…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gerbil Time Tracker",
  "version": "1.8",
  "manifest_version": 3,
  "description": "",
  "homepage_url": "http://www.enable.services",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png"
  },
  "default_locale": "en",
  "options_ui": {
    "page": "options/options.html"
  },
  "action": {
    "default_icon": "icons/16.png",
    "default_title": "Gerbil Time Tracker"
  },
  "permissions": [
    "notifications",
    "storage",
    "alarms"
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}