|
| 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 | +} |
0 commit comments