Design Hunt

Design Hunt

Design Hunt is a daily collection of the best products, news, and inspiration for all creatives.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Design Hunt",
  "description": "Design Hunt is a daily collection of the best products, news, and inspiration for all creatives.",
  "version": "0.31",
  "browser_action": {
    "default_icon": "images/logo128.png",
    "title": "Design Hunt"
  },
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png",
    "256": "images/logo256.png"
  },
  "author": "Talkabout Design, LLC",
  "short_name": "Design Hunt is a daily collection of the best products, news, and inspiration for all creatives.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://*.cloudflare.com https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "storage",
    "https://designhunt.us/*"
  ],
  "web_accessible_resources": [
    "index.html"
  ]
}