Send to Meatloaf

Send to Meatloaf

Sends the selected URL to Meatloaf.cc for loading

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Send to Meatloaf",
  "description": "Sends the selected URL to Meatloaf.cc for loading",
  "version": "1.5",
  "homepage_url": "https://meatloaf.cc",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "76": "icons/76.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png",
    "1024": "icons/1024.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}