{
  "manifest_version": 3,
  "name": "Redface Facebook Helper",
  "version": "0.1.4",
  "description": "Marks Facebook drafts for Redface handoff after posting and adds Send to Redface actions on published posts.",
  "permissions": ["activeTab"],
  "host_permissions": [
    "https://www.facebook.com/*",
    "https://redface.hoppingmadgames.com/*"
  ],
  "content_scripts": [
    {
      "matches": ["https://www.facebook.com/*"],
      "js": ["content.js"],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_title": "Redface Facebook Helper"
  }
}
