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.

12 lines
347 B

8 years ago
{
"name": "Github Custom Tab Size",
"version": "0.0.0",
"description": "Make tab indented code more readable by allowing you to set a custom tab size",
"homepage_url": "https://github.com/lukechilds/github-custom-tab-size",
"manifest_version": 2,
8 years ago
"minimum_chrome_version": "36",
"browser_action": {
"default_popup": "src/popup.html"
}
8 years ago
}