Skip to content

Instantly share code, notes, and snippets.

@michaelaflores
Created April 27, 2021 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelaflores/66ef3ff021323eab1abd1ab457466127 to your computer and use it in GitHub Desktop.
Save michaelaflores/66ef3ff021323eab1abd1ab457466127 to your computer and use it in GitHub Desktop.
Sample Chrome extension index.html
<!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