## Building
-For the time being you can run the extension as a local "unpacked" extension, but if you make modifications you may like to make a distributible crx file. You can do this with the included build script - just run `make all` in the root directory.
+For the time being you can run the extension as a local "unpacked" extension, but if you make modifications you may like to make a distributible crx file. You can do this with the included build script - just run `make all` in the root directory. You'll need your own private key in newtab.pem in the root directory (Chrome can generate this from the Extensions page).
"chrome_url_overrides": {
"newtab": "newtab.html"
},
- "content_security_policy": "script-src 'self'; object-src 'https://google.com'",
+ "content_security_policy": "script-src 'self'; object-src 'self'",
"manifest_version": 2,
"name": "newtab",
"description": "A simple new tab page with customisable links",
"chrome_style": true,
"page": "options.html"
},
- "permissions": [ "storage", "https://google.com" ],
+ "permissions": [ "storage", "https://www.google.com/s2/favicons" ],
"version": "2"
}
background-color: var(--hover-bg-2);
}
-.over {
- /* border: 2px dashed var(--default-fg);*/
-}
-
span.grip {
content: '....';
position: relative;
content: '.. .. .. ..';
}
-.glyphicon-move {
- cursor: move;
- cursor: -webkit-grabbing;
-}
-
.title {
margin-bottom: 0.5rem;
font-weight: bold;