-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodule.json
More file actions
30 lines (30 loc) · 777 Bytes
/
module.json
File metadata and controls
30 lines (30 loc) · 777 Bytes
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
{
"name": "mytab",
"title": "MyTab",
"description": "Change the title and the icon, edit the foundry Pause and standard mouse of your browsertab",
"author": "Handyfon#8390",
"authors": [],
"url": "https://github.com/Handyfon/myTab/tree/master",
"flags": {},
"version": "10.1",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"scripts": [],
"esmodules": [
"mytab.js"
],
"styles": [
"cursors.css",
"mytab.css"
],
"languages": [],
"packs": [],
"system": [],
"dependencies": [],
"socket": true,
"manifest": "https://raw.githubusercontent.com/Handyfon/myTab/master/module.json",
"download": "https://github.com/Handyfon/myTab/raw/master/mytab.zip",
"protected": false,
"coreTranslation": false,
"library": false
}