BRAVE

BRAVE

Share Wisely! Verify the share worthiness of any news article with just a 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": "BRAVE",
  "short_name": "BRAVE",
  "description": "Share Wisely! Verify the share worthiness of any news article with just a click.",
  "version": "1.9",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSa+bu+yGAC2LF48bTkSHzYz7MaBYJYnHbouMrFsbfV9+/BmyGs/meENo7BNa9qJnDx79Id2xivkQ4A1CKoxQEodmzAOD46WwES45fllorDD0oqtZvziLLplbPfQ7oamzPVBkMAlPtZes+7yu4q4XGUsoZwlu74sllBuc37Gq50aELQ6/v5dF7NG/+jShGnR1MQlpG6xPRS8Au5R7xNmceXdycO3bq8Q0UYP4ou59JZxE1Vep8ookTcn/pFxgoY6biyFDz2jMuNY64L8niF1NfUdcSOVRcNZ/h9dJFJw0Tz1qNLs7I5TVEorO9YTsxurorlyoxhxatE7qesAf4VwUQIDAQAB",
  "browser_action": {
    "default_icon": "onebraveicon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "activeTab",
    "tabs"
  ],
  "oauth2": {
    "client_id": "276973479386-ce4pgvra0gqrlche0rff941r924fc071.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  }
}