Last active
April 27, 2021 15:01
-
-
Save michaelaflores/60f7d007e2468035c13a981f0c7895db to your computer and use it in GitHub Desktop.
Sample Chrome extension manifest
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
{ | |
"name": "Passport - see the world on your new tab page", | |
"description": "A window to anywhere in the world, just a tab away.", | |
"version": "1.0.2", | |
"manifest_version": 2, | |
"chrome_url_overrides": { | |
"newtab": "./index.html" | |
}, | |
"browser_action": { | |
"default_icon": "./favicon-32x32.png" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment