Serene: Website Blocker & Productivity Timer

Serene: Website Blocker & Productivity Timer

Block distracting websites and get more done with Serene, a productivity browser extension for laser focus.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Serene: Website Blocker & Productivity Timer",
  "description": "Block distracting websites and get more done with Serene, a productivity browser extension for laser focus.",
  "version": "3.0.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "popup.html"
  },
  "icons": {
    "128": "images/icon_128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "nativeMessaging",
    "storage"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}