10words: discover startups in every new tab

10words: discover startups in every new tab

Discover new apps and startups in every new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "10words: discover startups in every new tab",
  "short_name": "10words",
  "description": "Discover new apps and startups in every new tab",
  "version": "3",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "10words",
    "default_popup": "popup.html"
  }
}