Snippets by The Hustle

Snippets by The Hustle

Display The Hustle snippets on your new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Snippets by The Hustle",
  "description": "Display The Hustle snippets on your new tab page",
  "version": "1.1.10",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "https://cms.thehustle.co/api/*",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "snippet.html"
  },
  "homepage_url": "https://thehustle.co/",
  "author": "The Hustle"
}