mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Mue",
|
|
"version": "0.1",
|
|
"browser_action": {
|
|
"default_icon": "./assets/img/icon.png"
|
|
},
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
}
|
|
}
|
|
|