mirror of
https://github.com/mue/mue.git
synced 2026-07-12 19:52:53 +02:00
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"manifest_version": 2,
|
|
"offline_enabled": true,
|
|
"name": "Mue",
|
|
"version": "0.6",
|
|
"browser_action": {
|
|
"default_icon": "./android-chrome-512x512.png"
|
|
},
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
}
|
|
} |