New Tab Rss Feed & Shots

New Tab Rss Feed & Shots

Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab Rss Feed & Shots",
  "version": "0.43",
  "description": "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "app.html"
  },
  "permissions": [
    "storage"
  ],
  "author": "Antonin Langlade",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://api.dribbble.com; object-src 'self'"
}