We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 69b6ef4Copy full SHA for 69b6ef4
1 file changed
manifest.json
@@ -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
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