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,
"version": "1.0.20",
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionName__",
"description": "__MSG_extensionDesc__",
"author": "George Mike",
"homepage_url": "https:\/\/georgemike.com",
"default_locale": "en",
"icons": {
"34": "src\/assets\/icon-diamond-34.png",
"128": "src\/assets\/icon-diamond-128.png",
"512": "src\/assets\/icon-diamond-512.png"
},
"background": {
"service_worker": "src\/scripts\/background.js"
},
"permissions": [
"storage"
],
"optional_permissions": [
"alarms",
"offscreen",
"notifications"
],
"action": {
"default_title": "__MSG_extensionName__",
"default_icon": {
"34": "src\/assets\/icon-diamond-34.png",
"128": "src\/assets\/icon-diamond-128.png",
"512": "src\/assets\/icon-diamond-512.png"
}
}
}