Export EDGE Bookmarks

Export EDGE Bookmarks

Export Cookies, History and Favorites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "version": "1.0.1",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "default_locale": "en",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "img/transfer-16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/update-conf.js",
      "js/update.js"
    ]
  },
  "permissions": [
    "bookmarks"
  ],
  "icons": {
    "16": "img/transfer-16.png",
    "64": "img/transfer-64.png",
    "128": "img/transfer-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}