SynthPass

SynthPass

High-security password synthesizer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SynthPass",
  "short_name": "SynthPass",
  "description": "High-security password synthesizer",
  "omnibox": {
    "keyword": "src"
  },
  "version": "0.2.9",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "alarms",
    "contextMenus",
    "history"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; img-src 'self' data:; style-src 'self'; frame-src 'self' https://* http://*"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "48": "img/icon48.png",
      "128": "img/icon128.png"
    },
    "default_title": "SynthPass",
    "default_popup": "html/popup.html"
  }
}