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": "Quick Home Button - Homepage Access on Any Website",
"version": "0.5.529.4",
"description": "Instantly navigate to the homepage of any website with a single click. Perfect for quickly returning to the main page of any site.",
"icons": {
"16": "icons\/light\/16.png",
"32": "icons\/light\/32.png",
"48": "icons\/light\/48.png",
"128": "icons\/light\/128.png"
},
"action": {
"default_icon": {
"16": "icons\/light\/16.png",
"32": "icons\/light\/32.png",
"48": "icons\/light\/48.png",
"128": "icons\/light\/128.png"
}
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
},
"options_page": "options.html"
}