Mini bookmarks for browser with quick access

Mini bookmarks for browser with quick access

Allows you to save and edit up to 10 URLS as bookmarks in a popup window

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "3.0.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Mini-bookmarks for browser",
    "default_icon": {
      "16": "16.png",
      "128": "128.png"
    },
    "default_popup": "popup.html"
  }
}