Created
April 27, 2021 15:04
-
-
Save michaelaflores/66ef3ff021323eab1abd1ab457466127 to your computer and use it in GitHub Desktop.
Sample Chrome extension index.html
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<link rel="icon" href="/favicon.ico" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<meta name="theme-color" content="#000000" /> | |
<meta name="description" content="A window to anywhere in the world, just a tab away." /> | |
<meta http-equiv="Content-Security-Policy" content="script-src * 'unsafe-eval' 'unsafe-inline';" /> | |
<link rel="apple-touch-icon" href="/logo192.png" /> | |
<title>Passport - satisfy your wanderlust</title> | |
<link href="/static/css/main.a882ebdb.chunk.css" rel="stylesheet"> | |
</head> | |
<body><noscript>You need to enable JavaScript to run this app.</noscript> | |
<div id="root"></div> | |
<script src="/static/js/runtime-main.c87b5786.js"></script> | |
<script src="/static/js/2.88a9b2e1.chunk.js"></script> | |
<script src="/static/js/main.9662f066.chunk.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment