Bytesized - Programming News

Bytesized - Programming News

Always up-to-date programming news from Dev.to, Reddit, Hacker News, and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bytesized - Programming News",
  "version": "1.0",
  "description": "Always up-to-date programming news from Dev.to, Reddit, Hacker News, and more",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}