Infinity New Tab for Mobile

Infinity New Tab for Mobile

Customize your new tab, which is now adapted to the mobile browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_edge_des__",
  "manifest_version": 2,
  "default_locale": "en_US",
  "background": {
    "page": "background/index.html",
    "persistent": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "browser_action": {
    "default_title": "__MSG_add_to_infinity__",
    "default_popup": "popup/index.html",
    "default_icon": {
      "32": "icon/icon32.png",
      "96": "icon/icon96.png",
      "128": "icon/icon128.png"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "notifications",
    "https://google.com/",
    "https://suggestion.baidu.com/",
    "background"
  ],
  "optional_permissions": [],
  "version": "3.0.17",
  "icons": {
    "32": "icon/icon32.png",
    "96": "icon/icon96.png",
    "128": "icon/icon128.png"
  },
  "minimum_chrome_version": "80",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}