TrustServista

TrustServista

Verify the trustworthiness of any news article with one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TrustServista",
  "short_name": "TrustServista",
  "description": "Verify the trustworthiness of any news article with one click!",
  "version": "2.0",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvERQjiYTwxvhsEnW1nekSh/2IzE4eq222kPJa6NRA+YhZWnmHP+rvRpn+oWNJQn6djQX1QFkrMtUiTdXKapwSK/d5vVWQP8oJddpetWUcs7Dnx9a02gDBAm2qd2u3oqdtELd6Hz8/+JHkDTZ+O/oeiiOeFDve1EjNWb9hFu+c6h9S8pD25L4+Oj+SmIGBeX978cAR/uq6I0VuV+Te7OmRKXJyY1rJ6e9EgW8alTqFHmg4WOBKKfxsGaKnkNIEr+/29vMOXCAOiXheOUwIBfdD+a+xMLAtecw4aYqaIyY98Pp+leip3xL/fqtM+PWqnzNQ/X1fSQTYOaWtT838eEIEQIDAQAB",
  "browser_action": {
    "default_icon": "trusticon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "activeTab",
    "tabs"
  ],
  "oauth2": {
    "client_id": "276973479386-ce4pgvra0gqrlche0rff941r924fc071.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  }
}