Work Tuxedo - AI Text Generator

Work Tuxedo - AI Text Generator

100x your productivity. Write professional blog posts, emails, social media content, and more - in seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Work Tuxedo - AI Text Generator",
  "description": "100x your productivity. Write professional blog posts, emails, social media content, and more - in seconds.",
  "version": "0.0.3",
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_globs": [
        "http://localhost:*/*",
        "https://worktux.com/*",
        "https://*.stripe.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "web_accessible_resources": [
    {
      "resources": [
        "logo/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}