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",
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"description": "__MSG_extDescription__",
"version": "15.0.1.3",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "88",
"icons": {
"128": "icons\/logo.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/logo.png"
},
"web_accessible_resources": [
{
"matches": [],
"resources": [
"icons\/logo.png"
],
"use_dynamic_url": false
}
],
"permissions": [
"storage"
]
}