mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
19 lines
609 B
JSON
19 lines
609 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": "./icons/extension-icon.png"
|
|
},
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
},
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Q/fJeEyXf7ZhxjXeAydpu6mDGAmyqvj93tDPNxGThn0='; object-src 'self'",
|
|
"icons": {
|
|
"16": "./icons/16x16-circle.png",
|
|
"48": "./icons/48x48-circle.png",
|
|
"128": "./icons/128x128-circle.png"
|
|
}
|
|
} |