Logo Maker - AI Logo Generator

Logo Maker - AI Logo Generator

Creating professional logos online using AI technology.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "manifest_version": 3,
  "version": "1.0",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "permissions": [
    "contextMenus",
    "storage",
    "identity",
    "identity.email"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "/images/16px.png",
      "48": "/images/48px.png",
      "128": "/images/128px.png"
    }
  },
  "icons": {
    "16": "/images/16px.png",
    "48": "/images/48px.png",
    "128": "/images/128px.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}