Cartoon Yourself

Cartoon Yourself

With our service you can quickly create Avatars or a Cartoon of Yourself directly online without any software installs and for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cartoon Yourself",
  "version": "2.6",
  "homepage_url": "https://www.cartoonify.de",
  "offline_enabled": true,
  "default_locale": "en_US",
  "description": "With our service you can quickly create Avatars or a Cartoon of Yourself directly online without any software installs and for free!",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": "icon_128.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 3
}