morgan pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

4 changed files:

Changes:

  • toolkit/components/search/content/startpage-16.png
    No preview for this file type
  • toolkit/components/search/content/startpage-32.png
    No preview for this file type
  • toolkit/components/search/content/startpage.png deleted
    No preview for this file type
  • toolkit/components/search/content/torBrowserSearchEngineIcons.json
    ... ... @@ -2,31 +2,39 @@
    2 2
       "ddg": [
    
    3 3
         {
    
    4 4
           "url": "chrome://global/content/search/duckduckgo.ico",
    
    5
    -      "imageSize": 16
    
    5
    +      "imageSize": 32
    
    6 6
         }
    
    7 7
       ],
    
    8 8
       "ddg-onion": [
    
    9 9
         {
    
    10 10
           "url": "chrome://global/content/search/duckduckgo.ico",
    
    11
    -      "imageSize": 16
    
    11
    +      "imageSize": 32
    
    12 12
         }
    
    13 13
       ],
    
    14 14
       "startpage": [
    
    15 15
         {
    
    16
    -      "url": "chrome://global/content/search/startpage.png",
    
    16
    +      "url": "chrome://global/content/search/startpage-16.png",
    
    17 17
           "imageSize": 16
    
    18
    +    },
    
    19
    +    {
    
    20
    +      "url": "chrome://global/content/search/startpage-32.png",
    
    21
    +      "imageSize": 32
    
    18 22
         }
    
    19 23
       ],
    
    20 24
       "startpage-onion": [
    
    21 25
         {
    
    22
    -      "url": "chrome://global/content/search/startpage.png",
    
    26
    +      "url": "chrome://global/content/search/startpage-16.png",
    
    23 27
           "imageSize": 16
    
    28
    +    },
    
    29
    +    {
    
    30
    +      "url": "chrome://global/content/search/startpage-32.png",
    
    31
    +      "imageSize": 32
    
    24 32
         }
    
    25 33
       ],
    
    26 34
       "wikipedia": [
    
    27 35
         {
    
    28 36
           "url": "chrome://global/content/search/wikipedia.ico",
    
    29
    -      "imageSize": 16
    
    37
    +      "imageSize": 32
    
    30 38
         }
    
    31 39
       ]
    
    32 40
     }