-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (33 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"title": "Linkificator",
"name": "linkificator",
"icon": "icon48.png",
"version": "3.0.1",
"license": "MPL 2.0",
"author": "MarkaPola",
"id": "linkificator@markapola",
"description": "Converts text links into clickable links...",
"contributors": ["Icons from www.fasticon.com (http://www.fasticon.com)",
"Localization infrastructure: Crowdin.com (http://crowdin.com)"],
"translators": ["MarkaPola", "Капелька Яда"],
"engines": {
"firefox": ">=55.0"
},
"permissions": {
"private-browsing": true,
"multiprocess": true
},
"hasEmbeddedWebExtension": true,
"locales": {
"en-US": {
"description": "Converts text links into clickable links..."
},
"fr": {
"description": "Transforme les liens textuels en liens hypertexte cliquables..."
},
"ru": {
"description": "Преобразует текстовые ссылки в кликабельные."
}
},
"main": "./main.js"
}