Examine source code of SWEN

Inspect and view changes in SWEN source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "SWEN",
  "version": "0.0.5",
  "description": "Stop Worrying. Experience Nirvana. Stop reading the News! 'Free' sites monetize YOU. Flip the script - don't buy into the hype.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>",
    "https://y02nltj8bd.execute-api.us-east-2.amazonaws.com/*"
  ],
  "background": {
    "scripts": [
      "scripts/vendor/browser-polyfill.js",
      "scripts/list-swen.js",
      "scripts/list-social-media.js",
      "scripts/list-fake-news.js",
      "scripts/background.js"
    ]
  },
  "web_accessible_resources": [
    "markup/blocked.html",
    "markup/article-list.html",
    "markup/article-choice.html"
  ],
  "browser_action": {
    "default_title": "View and manage SWEN",
    "default_popup": "markup/popup.html",
    "default_icon": {
      "128": "images/Icon128.png"
    }
  },
  "icons": {
    "128": "images/Icon128.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}