Depression Is Weaker Than Tech

Depression Is Weaker Than Tech

This extension monitors your Internet activity to help you identify first signs of depression

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Depression Is Weaker Than Tech",
  "version": "1.3",
  "description": "This extension monitors your Internet activity to help you identify first signs of depression",
  "permissions": [
    "history",
    "alarms",
    "http://depressionweakerthan.tech:8000/last_ts/",
    "http://depressionweakerthan.tech:8000/visit/"
  ],
  "background": {
    "scripts": [
      "get_urls.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}