tor-browser

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

manifest.json (364B)


      1 {
      2  "manifest_version": 2,
      3 
      4  "browser_specific_settings": {
      5    "gecko": {
      6      "id": "firefox-compact-light@mozilla.org"
      7    }
      8  },
      9 
     10  "name": "Light",
     11  "description": "A theme with a light color scheme.",
     12  "author": "Mozilla",
     13  "version": "1.3.4",
     14 
     15  "icons": { "32": "icon.svg" },
     16  "theme": {
     17    "properties": {
     18      "color_scheme": "light"
     19    }
     20  }
     21 }