Celerity-AI Text Enhancer

Celerity-AI Text Enhancer

Allows you to Improve and Speed up your writing with the help of AI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Celerity-AI Text Enhancer",
  "description": "Allows you to Improve and Speed up your writing with the help of AI",
  "version": "0.0.0.5",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Celerity-AI Text Enhancer",
    "default_icon": "Celerity-AI Roboto Text with leopard on top 128x128 Transarent.png"
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "storage",
    "alarms",
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "Celerity-AI Roboto Text with leopard on top 128x128 Transarent.png",
    "48": "Celerity-AI Roboto Text with leopard on top 128x128 Transarent.png",
    "128": "Celerity-AI Roboto Text with leopard on top 128x128 Transarent.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "commands": {
    "improveText": {
      "suggested_key": {
        "default": "Ctrl+Q",
        "mac": "Command+Q"
      },
      "description": "Improve the selected text"
    },
    "spellFix": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Fix spelling in the selected text"
    },
    "synonym": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+F"
      },
      "description": "Replace a placeholder value 'x' with best matching word. (is good for finding synonyms)"
    },
    "customPrompt1": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "A customizable Prompt that you can decide the prefix of (start of)"
    }
  }
}