Skip to content

Instantly share code, notes, and snippets.

@lcds90
Last active October 6, 2021 13:04
Show Gist options
  • Save lcds90/fa8cf752d8e11d2a2d4e927454ea11a0 to your computer and use it in GitHub Desktop.
Save lcds90/fa8cf752d8e11d2a2d4e927454ea11a0 to your computer and use it in GitHub Desktop.
Arquivo de manifesto para extensao utilizando React
{
"short_name": "Todo Extension",
"name": "Todo List and Trybe Integration",
"version": "1.0",
"description": "Uma nova guia para concetrar estudos",
"author": "Leonardo Santos",
"manifest_version": 2,
"browser_action": {
"default_title": "Todo Extension"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": ["storage", "https://api.hackernoon.com/"],
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
}
}
@lcds90
Copy link
Author

lcds90 commented Aug 28, 2021

INLINE_RUNTIME_CHUNK=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment