AI Image Generation

AI Image Generation

Generate images from text or images, or improve their resolutions, thanks to AI.

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_namechrome__",
  "description": "__MSG_descriptionChrome__",
  "version": "0.1.1",
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://ai-tools-391614.ew.r.appspot.com/",
    "https://extensionpay.com/",
    "https://ai-tools.s3.gra.io.cloud.ovh.net/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en"
}