Ground News Bias Checker

Ground News Bias Checker

Explore the web and lookup articles you find on Ground News

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ground News - Bias Checker",
  "version": "3.1",
  "description": "Explore the web and lookup articles you find on Ground News",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://extension.ground.news/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{248e6a49-f636-4c81-9899-a456eb6291a8}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "frame.html",
        "js/frame.js",
        "popup.html",
        "js/popup.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "16.png",
      "32": "32.png",
      "48": "48.png",
      "128": "128.png"
    },
    "default_title": "Ground News Explorer",
    "default_popup": "menu.html"
  },
  "manifest_version": 3
}