Skip to content

Instantly share code, notes, and snippets.

@Mouvedia
Mouvedia / manifest.json
Created April 4, 2018 15:24
manifest mandatory properties
{
"name": "",
"description": "",
"background_color": "#",
"icons": [{
"src": ".png",
"sizes": "512x512",
"type": "image/png"
}]
}
# .hushlogin
# .inputrc
"\e\e[C": forward-word
"\e\e[D": backward-word
# .bashrc
ulimit -n 2048 # /Library/LaunchDaemons/limit.maxfiles.plist
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "",
"$defs": {
"arrayOfString": {
"type": "array",
"items": {
"type": "string"
}
},