Automade.ai

Automade.ai

Automade.ai allows you to write any copy in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Automade.ai",
  "version": "1.5",
  "description": "Automade.ai allows you to write any copy in your browser",
  "manifest_version": 3,
  "permissions": [
    "identity",
    "storage"
  ],
  "action": {
    "default_title": "Automade.ai",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "firebase.js"
  },
  "oauth2": {
    "client_id": "139823729262-fqtdqrudabhouegs05pvkahseojsffig.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png"
  }
}