703a0cd630
don't need this layer of indirection
38 lines
779 B
JSON
38 lines
779 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Urbit Browser Manager",
|
|
"version": "0.0.1",
|
|
"description": "Manage your web browsing with your Urbit ship",
|
|
"homepage_url": "https://example.com",
|
|
|
|
"icons": {
|
|
"48": "icons/urbit-icon.png"
|
|
},
|
|
|
|
"permissions": [
|
|
"activeTab", "storage"
|
|
],
|
|
|
|
"background": {
|
|
"page": "background/page.html"
|
|
},
|
|
|
|
"options_ui": {
|
|
"page": "options/options.html",
|
|
"browser_style": true
|
|
},
|
|
|
|
"browser_action": {
|
|
"default_icon": "icons/urbit-icon.png",
|
|
"default_title": "Urbit Browser Manager",
|
|
"default_popup": "popup/popup.html"
|
|
},
|
|
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "ronreg-ribdev@urbit.live"
|
|
}
|
|
}
|
|
}
|
|
|