1{
2"chrome_url_overrides": {
3"newtab": "newtab.html"
4},
5"content_security_policy": "script-src 'self'; object-src 'https://google.com'",
6"manifest_version": 2,
7"name": "newtab",
8"description": "A simple new tab page with customisable links",
9"options_ui": {
10"chrome_style": true,
11"page": "options.html"
12},
13"permissions": [ "storage", "https://google.com" ],
14"version": "2"
15}