Owl - Access your KeePass 2.x database

Owl - Access your KeePass 2.x database

Readonly KeePass 2.x password database integration for Firefox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Owl - Access your KeePass 2.x database",
  "short_name": "Owl",
  "version": "2020.4.28.1",
  "manifest_version": 2,
  "minimum_chrome_version": "48",
  "description": "Readonly KeePass 2.x password database integration for Firefox",
  "icons": {
    "16": "/assets/icons/exported/owl-16x16.png",
    "48": "/assets/icons/exported/owl-48x48.png",
    "128": "/assets/icons/exported/owl-128x128.png"
  },
  "background": {
    "scripts": [
      "dll/dll.library.js",
      "build/background.build.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/icons/exported/owl-48x48.png",
    "default_popup": "popup.html",
    "default_title": "Owl"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": false,
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Space",
        "mac": "Command+Shift+Space",
        "chromeos": "Ctrl+Shift+Space",
        "linux": "Ctrl+Shift+Space",
        "default": "Ctrl+Shift+Space"
      }
    }
  },
  "static_data": {
    "dropbox": {
      "client_id": "exkvwmhrrromtzh"
    },
    "onedrive": {
      "client_id": "ba88fed9-e89e-475f-b661-44eba9d8b721"
    },
    "gdrive": {
      "client_id": "767550936197-noui8j77omke259a8dc8kehvn699dckc.apps.googleusercontent.com"
    },
    "pcloud": {
      "client_id": "McYo0doX7pb"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "identity",
    "alarms",
    "notifications",
    "https://*/*",
    "http://*/*",
    "file:///*/*"
  ],
  "optional_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}