ADS Wallet

ADS Wallet

Secure identity vault for Adshares network.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ADS Wallet",
  "version": "0.4.10",
  "description": "Secure identity vault for Adshares network.",
  "author": "Adshares <[email protected]>",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self'; connect-src 'self' https://rpc.adshares.net https://rpc.e11.click https://ads-operator.adshares.net https://ads-operator.e11.click data:; style-src * blob: 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com; img-src 'self' data:",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "ADS Wallet",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    "proxy.html"
  ],
  "manifest_version": 2
}