Lazy Favorites:Time-driven favorites tool

Lazy Favorites:Time-driven favorites tool

Automatically manage your favorites with simple and rude rules, create a favorite folder every month

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_title__"
  },
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icon-faved.png",
    "48": "icon-faved.png",
    "128": "icon-faved.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "https://*/*",
    "http://*/*",
    "bookmarks"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.9",
  "default_locale": "en"
}