Most Visited

Most Visited

Access your most visited pages from a quick drop-down menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Most Visited",
  "version": "1.0.0.1",
  "description": "Access your most visited pages from a quick drop-down menu",
  "homepage_url": "http://melanto.com/apps/most-visited",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "topSites"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Most Visited"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "offline_enabled": false,
  "options_page": "settings.html",
  "manifest_version": 2
}