mirror of
https://github.com/chenasraf/redar-browser.git
synced 2026-05-18 01:59:00 +00:00
21 lines
389 B
JSON
21 lines
389 B
JSON
{
|
|
"manifest_version": 2,
|
|
"version": "<%= package.version %>",
|
|
"short_name": "Redar",
|
|
"name": "Redar Browser",
|
|
"icons": {
|
|
"192": "android-chrome-192x192.png"
|
|
},
|
|
"background": {
|
|
"scripts": ["static/js/background.js"]
|
|
},
|
|
"browser_action": {
|
|
"default_icon": "android-chrome-192x192.png"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"http://*/",
|
|
"https://*/"
|
|
]
|
|
}
|