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.
 
 
 

32 lines
607 B

{
"name": "Refined GitHub",
"version": "0.10.0",
"description": "Simplifies the GitHub interface and adds useful features",
"homepage_url": "https://github.com/sindresorhus/refined-github",
"manifest_version": 2,
"minimum_chrome_version": "48",
"permissions": [
"https://github.com/*",
"storage"
],
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https://github.com/*"
],
"css": [
"content.css",
"custom.css"
],
"js": [
"vendor/sprint.min.js",
"vendor/gh-injection.js",
"content.js"
]
}
]
}