tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

change-payment-method-manual-manifest.json (360B)


      1 {
      2  "default_applications": ["change-payment-method-manual-manifest.json"],
      3  "name": "Test Payment Handler",
      4  "icons": [
      5    {
      6      "src": "/images/rgrg-256x256.png",
      7      "sizes": "256x256",
      8      "type": "image/png"
      9    }
     10  ],
     11  "serviceworker": {
     12    "src": "app-change-payment-method.js",
     13    "scope": "change-payment-method-manual-payment-app/"
     14  }
     15 }