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,
"name": "Auto Refresh Plus",
"version": "1.0",
"description": "Set automatic refresh time for web pages. Quite simple and just. Just enter the time and auto-refresh pages.",
"permissions": [
"activeTab",
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}