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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.2",
"manifest_version": 3,
"permissions": [
"bookmarks",
"history"
],
"action": {
"default_title": "__MSG_defaultTitle__",
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"128": "icons128.png"
},
"default_locale": "en"
}