幻蓝新标签页

幻蓝新标签页

开源、简洁、快速、易用、可同步、无广告的新标签页。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "幻蓝新标签页",
  "version": "2.2.8",
  "description": "开源、简洁、快速、易用、可同步、无广告的新标签页。",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "*://*.bing.com/*",
    "activeTab",
    "tabs",
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}