Skip to content

Commit b9a2aba

Browse files
committed
Add separate Firefox manifest to handle inconsistencies
1 parent cf7209d commit b9a2aba

3 files changed

Lines changed: 99 additions & 51 deletions

File tree

Homely/manifest.chrome.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "Homely",
3+
"short_name": "Homely",
4+
"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.8.0",
6+
"author": "Terrance",
7+
"homepage_url": "https://github.com/Terrance/Homely",
8+
"incognito": "split",
9+
"chrome_url_overrides": {
10+
"newtab": "res/html/homely.html"
11+
},
12+
"omnibox": {
13+
"keyword": "hl"
14+
},
15+
"background": {
16+
"service_worker": "res/js/background.js"
17+
},
18+
"permissions": [
19+
"fontSettings",
20+
"storage"
21+
],
22+
"optional_permissions": [
23+
"bookmarks",
24+
"history",
25+
"management"
26+
],
27+
"optional_host_permissions": [
28+
"https://www.amazon.co.uk/",
29+
"https://www.amazon.com/",
30+
"http://cart.payments.ebay.co.uk/",
31+
"https://www.facebook.com/", "https://m.facebook.com/",
32+
"https://github.com/",
33+
"https://accounts.google.com/", "https://mail.google.com/",
34+
"https://www.linkedin.com/",
35+
"https://login.live.com/", "https://*.mail.live.com/",
36+
"https://www.reddit.com/",
37+
"https://steamcommunity.com/",
38+
"https://store.steampowered.com/",
39+
"https://ticktick.com/",
40+
"https://trello.com/",
41+
"https://twitter.com/",
42+
"http://api.openweathermap.org/",
43+
"http://www.whatismyproxy.com/"
44+
],
45+
"icons": {
46+
"16": "res/img/icon-16.png",
47+
"48": "res/img/logo-48.png",
48+
"128": "res/img/logo-128.png"
49+
},
50+
"manifest_version": 3
51+
}

Homely/manifest.firefox.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"name": "Homely",
3+
"short_name": "Homely",
4+
"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.8.0",
6+
"author": "Terrance",
7+
"homepage_url": "https://github.com/Terrance/Homely",
8+
"chrome_url_overrides": {
9+
"newtab": "res/html/homely.html"
10+
},
11+
"omnibox": {
12+
"keyword": "hl"
13+
},
14+
"background": {
15+
"scripts": ["res/js/background.js"]
16+
},
17+
"permissions": [
18+
"storage"
19+
],
20+
"optional_permissions": [
21+
"bookmarks",
22+
"history",
23+
"management",
24+
"https://www.amazon.co.uk/",
25+
"https://www.amazon.com/",
26+
"http://cart.payments.ebay.co.uk/",
27+
"https://www.facebook.com/", "https://m.facebook.com/",
28+
"https://github.com/",
29+
"https://accounts.google.com/", "https://mail.google.com/",
30+
"https://www.linkedin.com/",
31+
"https://login.live.com/", "https://*.mail.live.com/",
32+
"https://www.reddit.com/",
33+
"https://steamcommunity.com/",
34+
"https://store.steampowered.com/",
35+
"https://ticktick.com/",
36+
"https://trello.com/",
37+
"https://twitter.com/",
38+
"http://api.openweathermap.org/",
39+
"http://www.whatismyproxy.com/"
40+
],
41+
"icons": {
42+
"16": "res/img/icon-16.png",
43+
"48": "res/img/logo-48.png",
44+
"128": "res/img/logo-128.png"
45+
},
46+
"manifest_version": 3
47+
}

Homely/manifest.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

Homely/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
manifest.chrome.json

0 commit comments

Comments
 (0)