Readaction

Readaction

Readaction highlights political candidates, initiatives, and bias within news articles to motivate people to act on what they read!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Readaction",
  "version": "0.0.0.1",
  "description": "Readaction highlights political candidates, initiatives, and bias within news articles to motivate people to act on what they read!",
  "homepage_url": "https://github.com/abhishekbabu/ReadAct",
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "html/popup.html"
  }
}