Lime Start Page

Lime Start Page

Lime Start Page offers you a beautifully designed new tab with efficiency-increasing functions. This is the official extension of Lime Start Page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.3.6",
  "icons": {
    "64": "images/Lime_Icon_64x.png",
    "128": "images/Lime_Icon_128x.png",
    "256": "images/Lime_Icon_256x.png",
    "512": "images/Lime_Icon_512x.png"
  },
  "default_locale": "zh_CN",
  "minimum_chrome_version": "88",
  "action": {
    "default_icon": {
      "64": "images/Lime_Icon_64x.png",
      "128": "images/Lime_Icon_128x.png",
      "256": "images/Lime_Icon_256x.png",
      "512": "images/Lime_Icon_512x.png"
    },
    "default_popup": "popup-ext.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab-ext.html"
  },
  "chrome_settings_overrides": {
    "homepage": "https://limestart.cn/?from=ext"
  },
  "content_scripts": [
    {
      "matches": [
        "https://limestart.cn/*"
      ],
      "js": [
        "scripts/customize-limestart.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "https://www.baidu.com/s?*"
      ],
      "js": [
        "scripts/customize-baidu.js"
      ],
      "css": [
        "styles/customize-baidu.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "wallpapers/*"
      ],
      "matches": [
        "https://limestart.cn/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://intro.limestart.cn/",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}