2019-04-12 12:55:20 +02:00
|
|
|
{
|
|
|
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "GithubPoints",
|
|
|
|
"version": "1.0",
|
|
|
|
|
|
|
|
"description": "Adds points and summary to the Github Project page",
|
|
|
|
|
|
|
|
"icons": {
|
|
|
|
"48": "icons/githubpoints-48.png"
|
|
|
|
},
|
|
|
|
|
2019-04-15 14:37:05 +02:00
|
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; font-src 'self';",
|
2019-04-12 12:55:20 +02:00
|
|
|
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["*://*.github.com/*/projects/*"],
|
2019-04-15 15:12:42 +02:00
|
|
|
"js": ["githubpoints-projects.js"],
|
|
|
|
"css": ["githubpoints.css"]
|
2019-04-12 12:55:20 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|