LinkFolio AI - Personalised New Tab Dashboard

LinkFolio AI - Personalised New Tab Dashboard

New tab extension designed to turbocharge your mornings and transform the way you approach your day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LinkFolio AI - Personalised New Tab Dashboard",
  "author": "LinkFolio AI",
  "version": "1.2.3",
  "description": "New tab extension designed to turbocharge your mornings and transform the way you approach your day.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_title": "Add to LinkFolio AI",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/linkFolio-16.png",
    "32": "icons/linkFolio-32.png",
    "48": "icons/linkFolio-48.png",
    "128": "icons/linkFolio-128.png",
    "256": "icons/linkFolio-256.png",
    "512": "icons/linkFolio-512.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "background",
    "bookmarks",
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/openai.js-loader-cba341e5.js"
      ],
      "matches": [
        "*://*.chatgpt.com/*"
      ]
    },
    {
      "js": [
        "assets/copilot.js-loader-2591a20e.js"
      ],
      "matches": [
        "*://*.bing.com/*"
      ]
    },
    {
      "js": [
        "assets/gemini.js-loader-dfd49d97.js"
      ],
      "matches": [
        "*://*.gemini.google.com/*"
      ]
    },
    {
      "js": [
        "assets/huggingchat.js-loader-91b8a52a.js"
      ],
      "matches": [
        "*://*.huggingface.co/chat/*"
      ]
    },
    {
      "js": [
        "assets/ko-fi.js-loader-1d3a21ff.js"
      ],
      "matches": [
        "*://*.ko-fi.com/linkfolio*"
      ],
      "css": [
        "styles/ko-fi.css"
      ]
    }
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.chatgpt.com/*"
      ],
      "resources": [
        "assets/openai.js-99419026.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://*.bing.com/*"
      ],
      "resources": [
        "assets/copilot.js-61082800.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://*.gemini.google.com/*"
      ],
      "resources": [
        "assets/gemini.js-aa94d33f.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://*.huggingface.co/*"
      ],
      "resources": [
        "assets/huggingchat.js-2123a411.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://*.ko-fi.com/*"
      ],
      "resources": [
        "assets/ko-fi.js-425e3615.js"
      ],
      "use_dynamic_url": true
    }
  ]
}