Created
July 15, 2015 01:25
-
-
Save himynameisdave/d7aa7b31aac36f32a5bf to your computer and use it in GitHub Desktop.
awwe-new-tab - manifest.json + icon
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" | |
| }, | |
| "icons": { "128": "icon.png" } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment