Ant.com antmarks addon

Ant.com antmarks addon

Manage your favorite web pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ant.com antmarks addon",
  "description": "Manage your favorite web pages",
  "version": "2.0.6",
  "short_name": "Antmarks",
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'  https://*.google.com https://*.gstatic.com blob:; style-src 'self' 'unsafe-inline'; connect-src *; img-src * ; frame-src https://www.google.com/; default-src 'self' blob:",
  "icons": {
    "19": "images/antmark_icon_off.png",
    "48": "images/landing_antmarks.png"
  },
  "browser_action": {
    "default_icon": "images/user_not_sign_in.png",
    "default_title": "Antmarks management tool",
    "default_popup": "popup.html",
    "browser_style": false
  },
  "permissions": [
    "storage",
    "alarms",
    "identity",
    "notifications",
    "tabs",
    "contextMenus",
    "https://*.ant.com/*"
  ],
  "optional_permissions": [
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}