Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.0.0",
"default_locale": "en",
"background": {
"service_worker": "js\/service-worker.js"
},
"permissions": [
"contextMenus",
"storage"
],
"icons": {
"16": "icons\/seo_icon_16.png",
"32": "icons\/seo_icon_32.png",
"48": "icons\/seo_icon_48.png",
"64": "icons\/seo_icon_64.png",
"128": "icons\/seo_icon_128.png"
},
"options_page": "html\/options.html"
}