Kreemana - Productivity Tool

Kreemana - Productivity Tool

Keep track of how you spend your time on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kreemana - Productivity Tool",
  "description": "Keep track of how you spend your time on the web.",
  "version": "1.1.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "idle",
    "windows"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Kreemana - Productivity Tool",
    "default_icon": "/assets/icon16x16.png",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "/assets/icon16x16.png",
    "48": "/assets/icon48x48.png",
    "64": "/assets/icon64x64.png",
    "128": "/assets/icon128x128.png"
  }
}