Know News

Know News

Dynamic fake news detection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.10.0",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "pages/popup.html",
    "default_title": "KnowNews"
  },
  "icons": {
    "16": "images/icon.png",
    "128": "images/icon.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "http://*/",
    "https://*/",
    "<all_urls>"
  ],
  "optional_permissions": [
    "notifications",
    "storage"
  ]
}