AI Launchpad

AI Launchpad

Discover the world of artificial intelligence with AI Launchpad, your one-stop gateway to a wide range of AI tools and resources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI Launchpad",
  "version": "1.21",
  "description": "Discover the world of artificial intelligence with AI Launchpad, your one-stop gateway to a wide range of AI tools and resources.",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon16.jpg",
    "32": "images/icon32.jpg",
    "48": "images/icon48.jpg",
    "128": "images/icon128.jpg"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}