forked from Shywim/github-repo-size
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 786 Bytes
/
manifest.json
File metadata and controls
33 lines (33 loc) · 786 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
31
32
33
{
"manifest_version": 2,
"name": "Github Repo Size",
"author": "Deetss",
"homepage_url": "https://github.com/deetss/github-repo-size",
"version": "1.8.1",
"description": "Add repository size to their github homepage.",
"options_ui": {
"page": "options.html",
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "github-repo-size@deetss.com"
}
},
"icons": {
"32": "icon/icon.svg",
"48": "icon/icon.svg",
"64": "icon/icon.svg",
"96": "icon/icon.svg",
"128": "icon/icon.svg",
"256": "icon/icon.svg"
},
"content_scripts": [{
"matches": ["*://github.com/*"],
"js": ["index.js"]
}],
"permissions": [
"*://api.github.com/repos/*",
"storage"
]
}