Wheesbee favorites

Wheesbee favorites

Add every url to your Wheesbee favorites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "version": "0.2.7resigned1",
  "short_name": "Wheesbee Favorites",
  "description": "Add every url to your Wheesbee favorites",
  "author": "Innovation Engineering",
  "default_locale": "en",
  "permissions": [
    "https://www.wheesbee.eu/wheesbee-web/*",
    "webRequest",
    "contextMenus",
    "notifications",
    "tabs",
    "bookmarks"
  ],
  "browser_action": {
    "default_icon": "images/logo48.png",
    "default_popup": "bookmarks.html"
  },
  "background": {
    "scripts": [
      "js/jquery-3.2.1.min.js",
      "js/config.js",
      "js/functions.js",
      "js/wheesbee.js"
    ]
  },
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "web_accessible_resources": [
    "images/logo48.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@wheesbee-favorites"
    }
  }
}