Skip to content

Commit cf7209d

Browse files
committed
Update for Manifest v3
1 parent 2dbabff commit cf7209d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Homely/manifest.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
"name": "Homely",
33
"short_name": "Homely",
44
"description": "A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.",
5-
"version": "1.7.2",
5+
"version": "1.8.0",
66
"author": "Terrance",
77
"homepage_url": "https://github.com/Terrance/Homely",
8-
"offline_enabled": true,
8+
"incognito": "split",
99
"chrome_url_overrides": {
1010
"newtab": "res/html/homely.html"
1111
},
1212
"omnibox": {
1313
"keyword": "hl"
1414
},
1515
"background": {
16-
"scripts": ["res/js/background.js"],
17-
"persistent": false
16+
"service_worker": "res/js/background.js"
1817
},
1918
"permissions": [
2019
"fontSettings",
@@ -23,7 +22,9 @@
2322
"optional_permissions": [
2423
"bookmarks",
2524
"history",
26-
"management",
25+
"management"
26+
],
27+
"optional_host_permissions": [
2728
"https://www.amazon.co.uk/",
2829
"https://www.amazon.com/",
2930
"http://cart.payments.ebay.co.uk/",
@@ -46,5 +47,5 @@
4647
"48": "res/img/logo-48.png",
4748
"128": "res/img/logo-128.png"
4849
},
49-
"manifest_version": 2
50+
"manifest_version": 3
5051
}

0 commit comments

Comments
 (0)