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_Title__",
"version": "1.0.1",
"description": "__MSG_Description__",
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "index.html"
},
"action": {
"default_title": "__MSG_Title__",
"default_icon": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
}
},
"default_locale": "en",
"permissions": [
"tabs"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"**\/*",
"*"
],
"use_dynamic_url": true
}
]
}