Tech News Links

Tech News Links

Displays recent stories from the Internet News sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tech News Links",
  "version": "1.6.1.0",
  "description": "Displays recent stories from the Internet News sites",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Tech News",
    "default_icon": "icon18.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "https://news.ycombinator.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://news.ycombinator.com; object-src 'self' 'unsafe-eval' https://news.ycombinator.com",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}