Examine source code of Infinity New Tab for Mobile

Inspect and view changes in Infinity New Tab for Mobile source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}