Avatar Maker

Avatar Maker

Create your own avatar cartoon image with an original and cool design.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "www.999fin.com",
  "background": {
    "scripts": [
      "assets/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/19.png",
      "38": "assets/icons/38.png"
    },
    "default_title": "__MSG_appName__"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Alt+Q",
        "default": "Alt+Q",
        "linux": "Alt+Q",
        "mac": "Alt+Q",
        "windows": "Alt+Q"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "19": "assets/icons/19.png",
    "32": "assets/icons/32.png",
    "38": "assets/icons/38.png",
    "48": "assets/icons/48.png",
    "64": "assets/icons/64.png",
    "128": "assets/icons/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "options_page": "app.html",
  "permissions": [
    "storage"
  ],
  "version": "1.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}