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",
"name": "Most Visited (Top Sites)",
"version": "2.0.0.0",
"description": "Access your most visited pages from a quick drop-down menu. (The extension uses Chrome's Top Sites API.)",
"homepage_url": "http:\/\/melanto.com\/apps\/most-visited",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"topSites",
"storage",
"activeTab"
],
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Most Visited"
},
"background": {
"service_worker": "background.js"
},
"offline_enabled": false,
"options_page": "settings.html",
"manifest_version": 3
}