Redmine Time Tracking Firefox

Examine source code of Redmine Time Tracking

Inspect and view changes in Redmine Time Tracking source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Redmine Time Tracking",
  "description": "__MSG_extDesc__",
  "version": "2.0.3",
  "icons": {
    "16": "/icon/16.png",
    "48": "/icon/48.png",
    "128": "/icon/128.png"
  },
  "default_locale": "en",
  "homepage_url": "https://github.com/CrawlerCode/redmine-time-tracking",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ea2ad5bc-e458-414d-8565-5cfe9f7cf0c2}",
      "strict_min_version": "127.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "open_at_install": false
  },
  "content_scripts": [],
  "web_accessible_resources": [
    {
      "resources": [
        "content-scripts/content.css"
      ],
      "use_dynamic_url": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}

Best Redmine Time Tracking Alternatives

Here are some Firefox add-ons that are similar to Redmine Time Tracking: