Reddit New Tab

Reddit New Tab

Replaces New Tab instances with a post from Sub-Reddits of your choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reddit New Tab",
  "description": "Replaces New Tab instances with a post from Sub-Reddits of your choice.",
  "version": "2.3.4",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "/images/icons/reddit16.png",
    "48": "/images/icons/reddit48.png",
    "128": "/images/icons/reddit128.png"
  },
  "permissions": [
    "https://www.reddit.com/*",
    "storage"
  ],
  "manifest_version": 2,
  "options_page": "options.html"
}