Fox Pomodoro Firefox

Examine source code of Fox Pomodoro

By: Sophie
Inspect and view changes in Fox Pomodoro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fox Pomodoro",
  "version": "1.0",
  "description": "A simple pomodoro timer accessible through your browser.",
  "homepage_url": "https://github.com/smsanagustin/fox-pomodoro.git",
  "icons": {
    "64": "icons/tomato-64.png"
  },
  "browser_action": {
    "default_icon": "icons/tomato-64.png",
    "default_title": "Fox Pomodoro",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications"
  ],
  "web_accessible_resources": [
    "/prompts/start_pomodoro.html",
    "/prompts/start_break.html"
  ],
  "background": {
    "scripts": [
      "background_scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d6d4510d-b104-42e9-9b32-47f2fba6f862}"
    }
  }
}

Best Fox Pomodoro Alternatives

Here are some Firefox add-ons that are similar to Fox Pomodoro: