Bignest Launchpad

Bignest Launchpad

Your personalized Chrome Launchpad!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.1.1",
  "name": "Bignest Launchpad",
  "manifest_version": 2,
  "description": "Your personalized Chrome Launchpad!",
  "browser_action": {
    "default_title": "Bignest tab",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/favicon/icon-16.png",
    "48": "img/favicon/icon-48.png",
    "128": "img/favicon/icon-128.png"
  },
  "web_accessible_resources": [
    "inject.html",
    "*.map"
  ],
  "background": {},
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://bignest.com/*"
      ],
      "js": [
        "js/content_script.js"
      ]
    }
  ],
  "permissions": [
    "bookmarks",
    "chrome://favicon/",
    "geolocation",
    "https://bignest.com/*",
    "topSites"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self' 'sha256-sHTgd5lHjqBCohcOWNSi0GeQmMnLykx7HsjgCRAa6gM=' 'sha256-KIUYIUyDIv2sRXSDKfsn7QWF642YeyD39ZCm/jsmAoA=' 'sha256-SMQYXVAiUXnDLeZQFeit94uLb5bJPagAZBvZNdSYIMY=' https://www.googletagmanager.com/gtag/ https://www.google-analytics.com https://ssl.google-analytics.com/ https://www.googletagmanager.com https://google-analytics.com https://api.bignest.com http://localhost:3100 https://localhost:3100 https://www.alphavantage.co 'unsafe-eval'; media-src https://assets.bignest.com ; connect-src http://numbersapi.com http://localhost:3100 https://localhost:3100 https://api.bignest.com https://www.alphavantage.co; style-src * 'unsafe-inline' 'self' blob:; font-src *; img-src * chrome://favicon/ 'self' data:;object-src 'self'"
}