51 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "squares": [
 | 
						|
    { "name": "media",
 | 
						|
      "color": "red",
 | 
						|
      "links": [
 | 
						|
        { "name": "Spotify", "url": "https://open.spotify.com/" },
 | 
						|
        { "name": "YoutubeMusic", "url": "https://music.youtube.com/" },
 | 
						|
        { "name": "Netflix", "url": "https://netflix.com" },
 | 
						|
        { "name": "Youtube", "url": "https://youtube.com" }
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    { "name": "work",
 | 
						|
      "color": "#26A69A",
 | 
						|
      "links": [
 | 
						|
        { "name": "Github", "url": "https://github.com" },
 | 
						|
        { "name": "Heroku", "url": "http://heroku.com/" },
 | 
						|
        { "name": "localhost", "url": "http://localhost:8000/" }
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    { "name": "social",
 | 
						|
      "links": [
 | 
						|
        { "name": "Reddit", "url": "https://reddit.com" },
 | 
						|
        { "name": "Unixporn Love", "url": "https://deepjyoti30.github.io/unixporn-love/" },
 | 
						|
        { "name": "r/unixporn", "url": "https://www.reddit.com/r/unixporn/" },
 | 
						|
        { "name": "r/mk", "url": "https://www.reddit.com/r/MechanicalKeyboards/" }
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "name": "Others",
 | 
						|
      "links": [
 | 
						|
        {"name": "Material Colors", "url": "http://materialuicolors.co/"},
 | 
						|
        {"name": "Gmail", "url": "http://gmail.com/"},
 | 
						|
        {"name": "neo4j Local", "url": "http://localhost:7474/"},
 | 
						|
        {"name": "rarbg", "url": "http://rarbg.to"}
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "searchEngine":"DuckDuckGo",
 | 
						|
  "user": "Deepjyoti",
 | 
						|
  "disableMessage": false,
 | 
						|
  "disableDate": false,
 | 
						|
  "disableSearchBar": false,
 | 
						|
  "disable24Hour": false,
 | 
						|
  "disableWeather": true,
 | 
						|
  "timeZone": "America/Los_Angeles",
 | 
						|
  "weatherConf": {
 | 
						|
    "location": "Pune India",
 | 
						|
    "unit": "cel"
 | 
						|
  }
 | 
						|
}
 |