Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.1",
"name": "__MSG_ext_name__",
"description": "__MSG_ext_desc__",
"author": "Langner Communications",
"default_locale": "en",
"icons": {
"16": "icons\/otb16.png",
"24": "icons\/otb24.png",
"32": "icons\/otb32.png",
"36": "icons\/otb36.png",
"48": "icons\/otb48.png",
"256": "icons\/otb256.png"
},
"options_ui": {
"page": "popup.html",
"open_in_tab": false
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"contextMenus",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"icons\/otb32.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "bg.js"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*"
],
"all_frames": true,
"run_at": "document_idle"
}
]
}