GeneAI

GeneAI

GeneAI, a chrome extension that helps you write better.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GeneAI",
  "version": "1.0.0",
  "description": "GeneAI, a chrome extension that helps you write better.",
  "permissions": [
    "contextMenus"
  ],
  "host_permissions": [
    "https://www.everyprompt.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "GeneAI",
    "default_icon": "assets/favicon-32x32.png",
    "default_popup": "popup.html"
  }
}