Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "__MSG_nome__",
"description": "__MSG_descricao__",
"default_locale": "en",
"version": "1.7",
"action": {
"default_icon": "imagens\/icone32.png"
},
"icons": {
"16": "imagens\/icone16.png",
"32": "imagens\/icone32.png",
"48": "imagens\/icone48.png",
"128": "imagens\/icone128.png"
},
"permissions": [
"storage",
"tabs",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"offscreen",
"scripting"
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"js\/snippet-cache.js",
"js\/tab.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"\/*"
]
}
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}