AI-Powered Text Insights

AI-Powered Text Insights

Extract sentiment and emotion easily from text as you browse the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "author": "Symanto GmbH & Co. KG",
  "default_locale": "en",
  "version": "1.1",
  "browser_action": {
    "default_icon": "favicon16.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "favicon16.png",
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "manifest_version": 2
}