The Good Net extension

The Good Net extension

Welcome to The Good Net. No, your life on Earth hasn't ended and you're not in the next phase of your existence in the universe BUT with this you can browse the internet like you'd do in The Good Place. Which means, curse words are prohibited.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "The Good Net extension",
  "short_name": "The Good Net",
  "version": "1.0.2resigned1",
  "description": "Let the internet be a Good Place ;)",
  "manifest_version": 2,
  "icons": {
    "16": "TheGoodInternet_16.png",
    "24": "TheGoodInternet_24.png",
    "32": "TheGoodInternet_32.png",
    "48": "TheGoodInternet_48.png",
    "64": "TheGoodInternet_64.png",
    "128": "TheGoodInternet_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "good_place.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3a9b0c2b-a4ed-4223-bb42-c067eaf0ef0e}"
    }
  }
}