AI Logo Generator

AI Logo Generator

Boost your brand with AI Logo Generator: the best ai logo generator tool for a unique AI generated logo. Easily make your own logo!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_shortDesc__",
  "default_locale": "en",
  "version": "1.1",
  "incognito": "not_allowed",
  "permissions": [
    "sidePanel",
    "contextMenus",
    "storage",
    "downloads"
  ],
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  }
}