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


{
  "name": "Serene: Website Blocker & Productivity Timer",
  "description": "Block distracting websites and get more done with Serene, a productivity browser extension for laser focus.",
  "version": "2.2.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' https://www.google-analytics.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}