Files
mue/manifest/opera.json
David Ralph c7e19aad03 re-add opera
2019-10-20 15:39:12 +01:00

14 lines
271 B
JSON

{
"manifest_version": 2,
"name": "Mue",
"version": "0.6",
"browser_action": {
"default_icon": "./android-chrome-512x512.png"
},
"background": {
"scripts": ["./background-opera.js"]
},
"permissions": [
"tabs"
]
}