Slowify - mindful browsing Firefox

Examine source code of Slowify - mindful browsing

By: Guy
Inspect and view changes in Slowify - mindful browsing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Slowify - mindful browsing",
  "version": "1.0.2",
  "description": "Add a countdown timer before opening selected websites.",
  "icons": {
    "48": "timer-icon-x48.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "slowify.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "slowify@guylifshitz.com"
    }
  }
}

Best Slowify - mindful browsing Alternatives

Here are some Firefox add-ons that are similar to Slowify - mindful browsing: