Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hippo Refresh",
"version": "1.9.0",
"description": "Automate webpage refreshing with precision.",
"minimum_chrome_version": "116",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"tabs",
"activeTab",
"storage",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"128": "images\/icon128-disabled.png"
}
},
"icons": {
"16": "images\/icon16.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"options_ui": {
"page": "options.html"
},
"web_accessible_resources": [
{
"resources": [
"logs.html"
],
"matches": [
"<all_urls>"
]
}
]
}