Files
mue/manifest/chrome.json
David Ralph 85a3ce0769 AM/PM hotfix
2019-12-26 12:10:39 +00:00

14 lines
474 B
JSON

{
"manifest_version": 2,
"offline_enabled": true,
"name": "Mue",
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
"version": "0.7.1",
"browser_action": {
"default_icon": "./extension-icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Q/fJeEyXf7ZhxjXeAydpu6mDGAmyqvj93tDPNxGThn0='; object-src 'self'"
}