Steemhunt

Steemhunt

Daily Ranking for Effortlessly Cool Products That Rewards Hunters

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Steemhunt",
  "version": "1.53.3",
  "manifest_version": 2,
  "description": "Daily Ranking for Effortlessly Cool Products That Rewards Hunters",
  "icons": {
    "16": "images/sh_16.png",
    "32": "images/sh_32.png",
    "48": "images/sh_48.png",
    "128": "images/sh_128.png"
  },
  "permissions": [
    "*://*.steemhunt.com/*",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "web_accessible_resources": [
    "images/logo.png",
    "manifest.json"
  ],
  "default_locale": "en",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}