{
  "manifest_version": 3,
  "name": "Button Meme Library",
  "short_name": "Meme Drawer",
  "version": "0.1.0",
  "description": "Search the public Buy Button meme library and attach one image to a focused X reply. Never posts for you.",
  "minimum_chrome_version": "114",
  "permissions": [
    "activeTab",
    "scripting",
    "sidePanel",
    "storage"
  ],
  "optional_host_permissions": [
    "https://www.hoodbuybutton.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_title": "Open Button Meme Library",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "side_panel": {
    "default_path": "panel.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; img-src 'self' data: https://www.hoodbuybutton.com; connect-src 'self' https://www.hoodbuybutton.com; style-src 'self'; object-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'"
  }
}
