You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
609 B

{
"manifest_version": 2,
"name": "GithubPoints",
"version": "1.1.2",
"description": "Adds points and summary to the Github Project page",
"author": "José Carlos Cuevas",
"applications": {
"gecko": {
"id": "githubpoints@doofinder.com"
}
},
"icons": {
"48": "icons/githubpoints-48.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; font-src 'self';",
"content_scripts": [
{
"matches": ["*://*.github.com/*/projects/*"],
"js": ["githubpoints-projects.js"],
"css": ["githubpoints.css"]
}
]
}