GoZen Content.AI

GoZen Content.AI

GoZen Content.AI is an AI-powered content writing tool that can help you craft engaging, personalized content to your exact needs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GoZen Content.AI",
  "version": "0.0.4",
  "description": "GoZen Content.AI is an AI-powered content writing tool that can help you craft engaging, personalized content to your exact needs",
  "icons": {
    "16": "icons/16content-ai-.png",
    "48": "icons/48content-ai-.png",
    "128": "icons/128content-ai-.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/16content-ai-.png",
      "48": "icons/48content-ai-.png",
      "128": "icons/128content-ai-.png"
    },
    "default_title": "GoZen AI Extension",
    "default_popup": "./index.html"
  },
  "content_scripts": [
    {
      "js": [
        "./injectables/index.js"
      ],
      "css": [
        "./injectables/index.css"
      ],
      "matches": [
        "https://*/*",
        "http://*/*",
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "contentPage.html",
        "index.html",
        "clientApp/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*",
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_page": "./index.html?page=settings"
}