mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Mue",
|
|
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
|
|
"version": "4.2.0",
|
|
"browser_action": {
|
|
"default_icon": "icons/128x128.png"
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"./background-opera.js"
|
|
]
|
|
},
|
|
"permissions": [
|
|
"tabs"
|
|
]
|
|
} |