Good Vibes Preserver Firefox

Examine source code of Good Vibes Preserver

Inspect and view changes in Good Vibes Preserver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Good Vibes Preserver",
  "version": "1.0",
  "description": "Extension meant to give the user a chill and nice experience while navigating the Internet",
  "icons": {
    "48": "assets/logo/logosmall.png",
    "64": "assets/logo/gvplogo64.png",
    "128": "assets/logo/gvplogo128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "assets/logo/logosmall.png",
      "64": "assets/logo/gvplogo64.png",
      "128": "assets/logo/gvplogo128.png"
    },
    "default_popup": "ui/popup/popup.html",
    "default_title": "Good Vibes Preserver"
  },
  "options_ui": {
    "page": "ui/options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "goodvibespreserver@github.com"
    }
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/content/content.js"
      ]
    }
  ]
}

Best Good Vibes Preserver Alternatives

Here are some Firefox add-ons that are similar to Good Vibes Preserver: