Lucid Chrome Plugin

Lucid Chrome Plugin

This extension allows the user to rate the truthfulness and political bias of a news article.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lucid Chrome Plugin",
  "description": "This extension allows the user to rate the truthfulness and political bias of a news article.",
  "version": "0.0.0.1",
  "icons": {
    "16": "/images/icon.png",
    "28": "/images/icon.png",
    "48": "/images/icon.png"
  },
  "action": {
    "default_popup": "/index.html",
    "default_title": "Latest Covid Report"
  }
}