2020-04-25 02:23:08 +03:00
{
"name" : "Shoogle Search" ,
"description" : "A lightweight, privacy-oriented, containerized Google search proxy for desktop/mobile that removes Javascript, AMP links, and ads/sponsored content" ,
"repository" : "https://github.com/benbusby/shoogle" ,
"logo" : "https://raw.githubusercontent.com/benbusby/shoogle/master/app/static/img/favicon/ms-icon-150x150.png" ,
"keywords" : [ "search" , "metasearch" , "flask" , "docker" , "heroku" , "adblock" , "degoogle" , "privacy" ] ,
2020-04-25 02:35:02 +03:00
"image" : "heroku/python" ,
"scripts" : {
2020-04-25 02:43:30 +03:00
"postdeploy" : "./run &"
} ,
"formation" : {
"web" : {
"quantity" : 1 ,
"size" : "free"
}
2020-04-25 02:35:02 +03:00
}
2020-04-25 02:23:08 +03:00
}