-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
24 lines (22 loc) · 1.26 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version='1.0' encoding='utf-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" id="simplest-timer" version="1.0.4">
<name short="Timer" xml:lang="en">Simplest Timer</name>
<name short="Таймер" xml:lang="ru">Простейший Таймер</name>
<description xml:lang="ru">Простой таймер обратного отсчёта.</description>
<description xml:lang="en">Simple countdown timer.</description>
<icon src="images/timer.png"/>
<icon src="images/timer-64.png"/>
<icon src="images/timer-19.png"/>
<preference name="minutes" value="8"/>
<preference name="seconds" value="0"/>
<preference name="stop_time" value="0"/>
<license href="http://www.opensource.org/licenses/mit-license.php">Licensed under the Open Source Initiative OSI - The MIT License (MIT);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.opensource.org/licenses/mit-license.php
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</license>
</widget>