This commit is contained in:
Noam
2018-09-02 18:51:19 +03:00
parent 4a4e4c58d0
commit efc32d9935
8 changed files with 362 additions and 0 deletions

20
manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"manifest_version": "1",
"api_version": "1",
"name": "Remmina",
"description": "Quick access to Remmina profiles",
"developer_name": "noam09",
"icon": "images/icon.svg",
"options": {
"query_debounce": 0.1
},
"preferences": [
{
"id": "remmina",
"type": "keyword",
"name": "Remmina",
"description": "Quick access to Remmina profiles",
"default_value": "r"
}
]
}