Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Contribution Guidelines and bumped our version number
  • Loading branch information
tonytopper committed Apr 20, 2016
1 parent 2d03420 commit c7d3dec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,3 @@
[Fork and send pull request.](https://help.github.com/articles/using-pull-requests/)

Creating an issue and assigning it to yourself is useful.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -13,11 +13,15 @@ A Chrome extension to overlay a design grid on your web page; configurable to fi
* Once there, at the top click "Load unpacked extension".
* Once click navagiate to the grid plugin folder on your computer and press select.
* Once selected the plugin should appear at the top of your chrome browser.
* Click the extenion image to activate it.
* Click the extenion image to activate it.

## Creators

* Anthony Topper
* Chris Norman

Props to [Carl Henderson](https://github.com/chuckhendo) whose [Chrome Bootstrap project](https://github.com/chuckhendo/chrome-bootstrap) was the original source, which we forked from.

## Contribute

[Contribution Guidelines](CONTRIBUTING.md)
8 changes: 4 additions & 4 deletions manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Design Grid Overlay",
"short_name": "Design Grid",
"description": "This extension creates an overlay for a design grid system. It is configurable to fit many design scenarios",
"version": "0.3.2",
"version": "0.4.0",
"icons": { "16": "icons/Logo16.png",
"48": "icons/Logo48.png",
"128": "icons/Logo128.png" },
Expand All @@ -18,9 +18,9 @@
"src/css/grid.css"
],
"permissions": [
"tabs",
"http://*/*",
"https://*/*",
"tabs",
"http://*/*",
"https://*/*",
"file://*/*",
"storage",
"activeTab"
Expand Down

0 comments on commit c7d3dec

Please sign in to comment.