Potato Clock Firefox

Examine source code of Potato Clock

Par : Yuki Yeoh
Inspect and view changes in Potato Clock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Potato Clock",
  "version": "6.0.2.1",
  "author": "Samuel Jun",
  "description": "A simple browser extension for managing your productivity.",
  "applications": {
    "gecko": {
      "id": "jid2-Kt2kYYgi32zPuw@jetpack"
    }
  },
  "icons": {
    "64": "/assets/images/kawaii_potato-64.png"
  },
  "browser_action": {
    "default_icon": {
      "64": "/assets/images/kawaii_potato-64.png"
    },
    "default_title": "Potato Clock",
    "default_popup": "/panel/panel.html"
  },
  "background": {
    "scripts": [
      "/background/background.js"
    ]
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "commands": {
    "start-potato": {
      "suggested_key": {
        "default": "Alt+Shift+1"
      },
      "description": "Start a new potato timer."
    },
    "start-short-break": {
      "suggested_key": {
        "default": "Alt+Shift+2"
      },
      "description": "Start a new short break."
    },
    "start-long-break": {
      "suggested_key": {
        "default": "Alt+Shift+3"
      },
      "description": "Start a new long break."
    },
    "reset-timer": {
      "suggested_key": {
        "default": "Alt+Shift+4"
      },
      "description": "Reset the current timer."
    }
  },
  "options_ui": {
    "page": "/options/options.html",
    "browser_style": false
  }
}

Meilleures alternatives Potato Clock

Voici quelques Firefox add-ons qui sont similaires à Potato Clock :