Places - Smart bookmarks

Places - Smart bookmarks

Provides a simple way to create custom smart bookmarks folders in Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "short_name": "places",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.0.1",
  "default_locale": "en_GB",
  "developer": {
    "name": "T@ntely",
    "url": "https://apps.tantely.fr/"
  },
  "icons": {
    "48": "icons/globe_48.png"
  },
  "permissions": [
    "bookmarks"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/globe_32.png"
    },
    "default_title": "Places",
    "default_popup": "popup/places.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}