Skip to content

Instantly share code, notes, and snippets.

@chagretes
Created February 27, 2018 02:18
Show Gist options
  • Save chagretes/ba15ad4c34291733ef1d587685ec9c0e to your computer and use it in GitHub Desktop.
Save chagretes/ba15ad4c34291733ef1d587685ec9c0e to your computer and use it in GitHub Desktop.
[Fake News Check] Manifest v0
{
"manifest_version": 2,
"name": "Fake News Check",
"description": "Essa extensão indica as chances de determinada notícia ser falsa ou não",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment