Workout Firefox

Examine source code of Workout

Por: Phil
Inspect and view changes in Workout source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "workout",
  "description": "Make exercises every half an hour as you browse the web",
  "version": "0.0.1",
  "icons": {
    "64": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "workout"
  },
  "options_ui": {
    "page": "options/index.html"
  }
}

Mejores alternativas Workout

Aquí hay algunas Firefox add-ons que son similares a Workout: