TimeChimp UI/UX Improvements

TimeChimp UI/UX Improvements

Improves the overall TimeChimp user interface and experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TimeChimp UI/UX Improvements",
  "description": "Improves the overall TimeChimp user interface and experience.",
  "version": "1.2.0",
  "manifest_version": 3,
  "permissions": [
    "webRequest"
  ],
  "host_permissions": [
    "*://app.timechimp.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.timechimp.com/*"
      ],
      "js": [
        "build/content/index.js"
      ],
      "css": [
        "build/content/index.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "build/background/index.js"
    ]
  },
  "action": {
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  }
}