Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_nome__",
"description": "__MSG_descricao__",
"version": "1.1",
"default_locale": "en",
"action": {
"default_title": "Paste PRO",
"default_popup": "\/html\/app.html",
"default_icon": "\/img\/icon.png"
},
"icons": {
"16": "\/img\/icon.png",
"32": "\/img\/icon.png",
"48": "\/img\/icon.png",
"128": "\/img\/icon.png"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"contextMenus",
"tabs",
"activeTab"
],
"background": {
"service_worker": "\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"\/js\/snippet-cache.js",
"\/js\/tab.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"\/*"
]
}
]
}