Bias Finder

Bias Finder

Find the bias of any news site you go to!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bias Finder",
  "version": "1.4.1",
  "icons": {
    "128": "Icons/icon_about.png"
  },
  "short_name": "Bias Finder",
  "description": "Find the bias of any news site you go to!",
  "author": "Unlocked",
  "homepage_url": "https://github.com/TheUnlocked/Bias-Finder",
  "action": {
    "default_icon": {
      "128": "Icons/icon.png"
    },
    "default_popup": "Popup/unfound_popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "*://www.allsides.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}