This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/startpages/homepage/manifest.json

17 lines
404 B
JSON

{
"manifest_version": 2,
"name": "Gruvypage",
"version": "1.0.0",
"description": "New Tab Startpage",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"48": "assets/ico/coffee-48x48.svg",
"96": "assets/ico/coffee-48x48.svg"
},
"content_security_policy": "script-src 'self'; object-src 'self';",
"web_accessible_resources": [
"assets/img/avatar.png"
]
}