Screentime

Screentime

To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Screentime",
  "description": "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames",
  "short_name": "screentime",
  "version": "5.0.7",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "service_worker": "js/background/main.js"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "alarms"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "images/icon_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}