Time-Sanity

Time-Sanity

Keep the stoplist of websites with Time-Sanity and get redirected to arxiv-sanity.com every time you procrastinate!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Time-Sanity",
  "description": "Keep the stoplist of websites with Time-Sanity and get redirected to arxiv-sanity.com every time you procrastinate!",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "settings.html"
  },
  "background": {
    "scripts": [
      "blocker.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ]
}