{
  "header": {
    "id": "org.openwalletstack.wallet.plugin.applet.coinbase",
    "kind": "applet",
    "name": "Coinbase",
    "version": "0.0.13",
    "description": "An OWS Wallet applet plugin for Coinbase.",
    "author": "Open Wallet Stack",
    "url": {
      "marketing": "https://openwalletstack.org",
      "support": "https://github.com/owstack/ows-wallet-applet-coinbase/issues",
      "privacy": "https://openwalletstack.org/disclaimer",
      "terms": "https://openwalletstack.org/terms",
      "git": "https://github.com/owstack/ows-wallet-applet-coinbase/"
    },
    "commitHash": "9eb31b5"
  },
  "permissions": {
    "delete": false
  },
  "linkHostCss": false,
  "galleryImage": "img/gallery.png",
  "previewImage": "img/preview.png",
  "iconImage": "img/icon.png",
  "launch": {
    "options": {
      "animation": "zoomIn",
      "startMode": "auto",
      "viewport": "cover"
    },
    "splash": {
      "enabled": true,
      "image": "img/splash.png",
      "autoHide": false,
      "delay": 0
    }
  },
  "store": {
    "id": "0",
    "rating": "4+",
    "price": {
      "amount": "0",
      "currency": "USD"
    },
    "category": {
      "primary": "General",
      "secondary": "OWS"
    },
    "keywords": [
      "ows",
      "plugin",
      "applet"
    ]
  },
  "skins": {
    "default": {
      "default": true
    }
  },
  "dependencies": {
    "org.openwalletstack.wallet.plugin.servlet.coinbase": {
      "package": {
        "@owstack/ows-wallet-servlet-coinbase": "^0.0.10"
      },
      "options": {
        "startMode": "auto"
      }
    }
  }
}