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",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"homepage_url": "http:\/\/chrome.google.com\/webstore",
"version": "0.0.2",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "88",
"permissions": [
"contextMenus",
"clipboardWrite",
"activeTab",
"scripting"
],
"icons": {
"128": "assets\/img\/128x128.png"
},
"action": {
"default_icon": {
"16": "assets\/img\/16x16.png",
"24": "assets\/img\/24x24.png",
"32": "assets\/img\/32x32.png"
},
"default_title": "__MSG_appName__"
},
"version_name": "0.0.2",
"background": {
"service_worker": "background.js"
}
}