Skip to content

Commit 69b6ef4

Browse files
committed
Initial commit - Adding manifest.json
0 parents  commit 69b6ef4

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

manifest.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Github Contributions",
3+
"version": "0.1.0",
4+
"manifest_version": 2,
5+
"description": "Brings back the old Github contributions table",
6+
"homepage_url": "https://github.com/salaikumar/chrome-github-contributions",
7+
"icons": {
8+
"16": "icons/icon16.png",
9+
"48": "icons/icon48.png",
10+
"128": "icons/icon128.png"
11+
},
12+
"default_locale": "en",
13+
"permissions": [
14+
"https://github.com/*"
15+
],
16+
"content_scripts": [
17+
{
18+
"matches": [
19+
"https://github.com/*"
20+
],
21+
"js": [
22+
"js/github-contributions.js",
23+
"js/jquery.min.js",
24+
"js/moment.min.js"
25+
],
26+
"css": [
27+
"css/github-old-style.css"
28+
]
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)