Your NewTab

Your NewTab

Nothing. Just Random Quote Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Your NewTab",
  "version": "0.0.7",
  "description": "Nothing. Just Random Quote Tab.",
  "chrome_url_overrides": {
    "newtab": "./dist/newtab/index.html"
  },
  "action": {
    "default_icon": "./assets/icon-512.png"
  },
  "icons": {
    "16": "./assets/icon-512.png",
    "48": "./assets/icon-512.png",
    "128": "./assets/icon-512.png"
  },
  "permissions": [
    "storage",
    "https://gist.githubusercontent.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}