Quotebee

Quotebee

This extension is designed to infuse a touch of enchantment into your day with some famous quotes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Quotebee",
  "version": "1.0.0",
  "description": "This extension is designed to infuse a touch of enchantment into your day with some famous quotes.",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://api.quotable.io/random"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}