Autorytr

Autorytr

AI content generation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Autorytr",
  "description": "AI content generation",
  "version": "1.0.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Start Generating awesome content"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "Logo.png",
    "48": "Logo.png",
    "128": "Logo.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}