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",
"name": "Hololo Auto Refresher",
"version": "0.0.0.1",
"description": "This is Auto Reloader for Web Page With Fiverr New Messege Checker",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"popup.js"
]
}
],
"icons": {
"16": "\/img\/icon.png",
"32": "\/img\/icon.png",
"48": "\/img\/icon.png"
}
}