W.Beautifier

W.Beautifier

Beautify Whatsapp™ Web by changing wallpaper and background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "W.Beautifier",
  "description": "Beautify Whatsappâ„¢ Web by changing wallpaper and background.",
  "version": "6.0.19",
  "icons": {
    "128": "/res/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "/lib/jquery.js",
        "display.js",
        "menu.js",
        "imageHandler.js"
      ],
      "css": [
        "display.css",
        "menu.css"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "/res/icon-19.png",
      "38": "/res/icon-38.png"
    },
    "default_popup": "popup.html",
    "default_title": "change the wallpaper"
  },
  "web_accessible_resources": [
    "/res/icon-38-white.png",
    "/res/change_wallpaper.png",
    "/res/change_background.png",
    "/res/default_mode.png",
    "/res/cover_mode.png",
    "/res/contain_mode.png",
    "/res/change_horizontal.png",
    "/res/change_vertical.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}