Project Nuance

Project Nuance

Project Nuance measures the polarization level of your selected text with a simple right-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Project Nuance",
  "description": "Project Nuance measures the polarization level of your selected text with a simple right-click.",
  "version": "1.0",
  "icons": {
    "16": "images/NuanceLogo_16.png",
    "32": "images/NuanceLogo_32.png",
    "48": "images/NuanceLogo_48.png",
    "128": "images/NuanceLogo_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "NuanceLogo.png"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ]
}