upend/webext/manifest.json

22 lines
522 B
JSON

{
"manifest_version": 2,
"name": "UpEnd Companion",
"version": "0.2.3",
"description": "A database for the complex, the changing, and the indeterminate.",
"permissions": ["activeTab", "storage"],
"icons": {
"64": "public/icon.png"
},
"browser_action": {
"browser_style": true,
"default_icon": "public/icon.png",
"default_title": "Open in UpEnd",
"default_popup": "dist/index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "upend-companion@upend.dev"
}
}
}