Created
July 5, 2015 16:57
-
-
Save himynameisdave/96ec30b68b51473e6174 to your computer and use it in GitHub Desktop.
awwe-new-tab - manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "manifest_version": 2, | |
| "name": "Awwe", | |
| "description": "Makes the new tab some cute pups!", | |
| "version": "0.0.1", | |
| "permissions": [ | |
| "storage" | |
| ], | |
| "chrome_url_overrides": { | |
| "newtab": "newtab.html" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment