17 lines
451 B
JSON
17 lines
451 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Firefox Agent Bridge",
|
|
"version": "0.1.0",
|
|
"description": "Expose an allowlisted WebExtension API to local scripts and agents over native messaging.",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "firefox-agent-bridge@easygoingaming.com",
|
|
"strict_min_version": "115.0"
|
|
}
|
|
},
|
|
"permissions": ["bookmarks", "nativeMessaging"],
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
}
|