NewsBot - Give me 5

NewsBot - Give me 5

Reading a great article? Quickly find more like it. Powered by machine learning.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_manifestName__",
  "version": "0.2.1",
  "description": "__MSG_manifestDescription__",
  "author": "Lateral",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://www.getnewsbot.com/",
    "https://images-new.getnewsbot.com/",
    "https://getnewsbot.com/"
  ],
  "browser_action": {
    "default_icon": "icons/action.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}