tor-browser

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

orientation-member-landscape.webmanifest (291B)


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