HuntSplash: Beautiful Photos & Top Products

HuntSplash: Beautiful Photos & Top Products

See beautiful photos along with top trending products on every new tab you open in Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HuntSplash: Beautiful Photos & Top Products",
  "version": "2.0.0",
  "manifest_version": 3,
  "description": "See beautiful photos along with top trending products on every new tab you open in Google Chrome.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "host_permissions": [
    "*://api.producthunt.com/*",
    "*://api.unsplash.com/*",
    "*://www.google-analytics.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.css",
        "*.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}