Hackertab.dev | Developer news

Hackertab.dev | Developer news

Keep up with the latest developer news with Hackertab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hackertab.dev - developer news",
  "description": "All developer news in one tab",
  "version": "1.21.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "/logos/logo16.png",
    "32": "/logos/logo32.png",
    "48": "/logos/logo48.png",
    "128": "/logos/logo128.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://*.hackertab.dev/*"
  ],
  "content_security_policy": "script-src 'self' object-src 'self'",
  "applications": {
    "gecko": {
      "id": "{f8793186-e9da-4332-aa1e-dc3d9f7bb04c}"
    }
  }
}