Skip to content

Instantly share code, notes, and snippets.

@Lotuashvili
Created December 18, 2014 21:28
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 Lotuashvili/60decbb1f6d632413ba2 to your computer and use it in GitHub Desktop.
Save Lotuashvili/60decbb1f6d632413ba2 to your computer and use it in GitHub Desktop.
Chrome extension (New tab automatically redirects to url)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Lotuashvili.me</title>
<meta http-equiv="refresh" content="0;URL='http://lotuashvili.me/'" />
</head>
<body>
</body>
</html>
{
"chrome_url_overrides": {
"newtab": "index.html"
},
"description": "Lotuashvili.me is now start page",
"incognito": "split",
"key": "YOUR KEY",
"manifest_version": 2,
"name": "Lotuashvili.me",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.7"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment