{
  "//": "Changes to this file will be overwritten, modify it at plugin-template/ only.",
  "header": {
    "id": "org.openwalletstack.wallet.plugin.applet.starter",
    "kind": "applet",
    "name": "Starter",
    "version": "0.0.29",
    "description": "An OWS Wallet starter plugin.",
    "author": "Open Wallet Stack",
    "url": {
      "marketing": "https://openwalletstack.org",
      "support": "https://github.com/owstack/ows-wallet-plugin-starter/issues",
      "privacy": "https://openwalletstack.org/disclaimer"
    }
  },
  "permissions": {
    "delete": false
  },
  "galleryImage": "<resource-0>",
  "previewImage": "<resource-1>",
  "iconImage": "<resource-2>",
  "splashImage": "<resource-3>",
  "store": {
    "id": "0",
    "rating": "4+",
    "price": {
      "amount": "0",
      "currency": "USD"
    },
    "category": {
      "primary": "General",
      "secondary": "OWS"
    },
    "keywords": [
      "ows",
      "plugin",
      "applet"
    ]
  },
  "resources": [
    "<plugin-path>/img/gallery.png",
    "<plugin-path>/img/preview.png",
    "<plugin-path>/img/icon.png",
    "<plugin-path>/img/splash.png"
  ],
  "skins": {
    "default": {
      "default": true
    }
  },
  "dependencies": {
    "org.openwalletstack.wallet.plugin.servlet.bitpay": {
      "package": {
        "@owstack/ows-wallet-servlet-bitpay": "^0.0.11"
      },
      "options": {
        "startMode": "auto"
      },
      "movieStore": {
        "api": {
          "url": "https://bitpay.com",
          "auth": {
            "token": "AijZvWZuS3ikz7tBBdDp5umswnaLriaLLCKPbpAehaER"
          }
        },
        "invoice": {
          "transactionSpeed": "",
          "notificationEmail": "",
          "notificationURL": "",
          "requiredFields": [
            "buyer.name",
            "buyer.email"
          ]
        }
      }
    }
  }
}