Madonna the web extension

Madonna the web extension

Gathers different access links to the different social networks (+ website) of Madonna.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Madonna the web extension",
  "version": "3.1.0.9",
  "description": "Gathers different access links to the different social networks (+ website) of Madonna.",
  "icons": {
    "16": "Madonna16x16.png",
    "32": "Madonna32x32.png",
    "48": "Madonna48x48.png",
    "128": "Madonna128x128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Press Ctrl(Win)/Command(Mac) +Alt +H to open"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "Ctrl+Shift+H"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}