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,
"minimum_chrome_version": "123",
"offline_enabled": true,
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "autoRefresher",
"description": "__MSG_extDescription__",
"version": "0.0.16",
"author": "TabRail",
"icons": {
"16": "icon_24.png",
"128": "icon_128.png"
},
"action": {
"default_title": "Open autoRefresher (Alt + R)",
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+R",
"windows": "Alt+R",
"mac": "Alt+R",
"linux": "Alt+R"
}
},
"toggle_tab_reloader": {
"suggested_key": {
"default": "Alt+T"
},
"description": "Stop tab reloader"
}
},
"web_accessible_resources": [
{
"resources": [
"scripts\/monitor\/position-tree.js",
"scripts\/timer\/digital-timer-VQVKPMEI.css"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"activeTab",
"alarms",
"storage",
"scripting",
"tts"
],
"optional_permissions": [
"notifications"
],
"optional_host_permissions": [
"<all_urls>"
]
}