-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.devplugin
20 lines (20 loc) · 1.65 KB
/
.devplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"identifier": "camerainput",
"name": "Camera Input",
"version": "1.0.0",
"min_glpi": "9.5.0",
"max_glpi": "9.6.0",
"authors": [
"Curtis Conard"
],
"license": "GPLv2",
"homepage": "https:\/\/github.com\/cconard96\/glpi-camerainput-plugin",
"language": "en_GB",
"description_short": "Use your camera to scan QR codes or barcodes as a way to input text into some fields.",
"description_long": "Use your camera to scan QR codes or barcodes as a way to input text into some fields.",
"use_unit_tests": "0",
"use_plugin_xml": "1",
"use_migration": "1",
"language_short": "en",
"copyright_header": " -------------------------------------------------------------------------\n Camera Input\n Copyright (C) 2020 by Curtis Conard\n https:\/\/github.com\/cconard96\/glpi-camerainput-plugin\n -------------------------------------------------------------------------\n LICENSE\n This file is part of Camera Input.\n Camera Input is free software; you can redistribute it and\/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n Camera Input is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n You should have received a copy of the GNU General Public License\n along with Camera Input. If not, see <http:\/\/www.gnu.org\/licenses\/>.\n --------------------------------------------------------------------------"
}