Andrew Tate AI: In The Matrix

Andrew Tate AI: In The Matrix

Get business advice from successful entrepreneur, The Top G himself, with this AI extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Andrew Tate AI: In The Matrix",
  "version": "2.42.1",
  "description": "Get business advice from successful entrepreneur, The Top G himself, with this AI extension",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "fav16.jpeg",
    "32": "fav32.jpeg",
    "48": "fav48.jpeg",
    "128": "fav.jpeg"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "ui.html"
  }
}