EuSonLito - Password Manager

EuSonLito - Password Manager

Easy Connect from Chrome with your own Password Manager Platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EuSonLito - Password Manager",
  "description": "Easy Connect from Chrome with your own Password Manager Platform",
  "version": "0.0.2",
  "manifest_version": 3,
  "author": "Lito",
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_title": "Password Manager",
    "default_icon": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}