{
  "manifest_version": 3,
  "name": "PLUS Web Wallet",
  "version": "1.0.0",
  "description": "The official Web3 wallet for the PLUS Network",
  "action": {
    "default_popup": "index.html",
    "default_title": "Open PLUS Wallet"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "icons": {
    "16": "plus-logo.png",
    "48": "plus-logo.png",
    "128": "plus-logo.png"
  }
}
