Twinkstar New Tab

Twinkstar New Tab

Let the New Tab page work like your computer desktop. Better looking, more personalized and more convenient.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "version": "4.3",
  "description": "__MSG_extDesc__",
  "default_locale": "zh_CN",
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage",
    "https://*.twinkstar.com/*"
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}