tor-browser

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

orientation-member-portrait.webmanifest (288B)


      1 {
      2     "name": "Orientation member with portrait value WPT",
      3     "icons": [
      4         {
      5             "src": "icon.png",
      6             "sizes": "192x192"
      7         }
      8     ],
      9     "start_url": "../orientation-member-portrait-manual.html",
     10     "display": "standalone",
     11     "orientation": "portrait"
     12 }