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",
"version": "1.1.5",
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"icons": {
"16": "assets\/images\/logo.png",
"32": "assets\/images\/logo.png",
"48": "assets\/images\/logo.png",
"128": "assets\/images\/logo.png"
},
"manifest_version": 3,
"action": {
"default_title": "__MSG_name__",
"default_icon": {
"16": "assets\/images\/logo.png",
"32": "assets\/images\/logo.png",
"48": "assets\/images\/logo.png",
"128": "assets\/images\/logo.png"
},
"default_popup": "modules\/popup\/index.html"
},
"permissions": [
"storage",
"activeTab",
"contextMenus",
"notifications",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "modules\/background\/index.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"js": [
"modules\/content\/index.js"
],
"css": [
"assets\/css\/content.css"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}