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,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkphphcaDqyaxFgV0UXOOTVYqdrWPTVJoSDGN45SmSdz5j1TC6amJcmmTdvgvMMC1TaKxO4R\/qJ41vY6XXal9PQqW8T7Fzmx2Zn2joxUtEG4DRUb3xp9HyZv4ijv4y+AsdtL3nXhSzqcDG3Oi+MPC\/VwQ45feXXxJ\/OKvlQVFW8SLhGRnriWrXNmq8MeL1DAHEeLur82BfhV8irL7n1+49W4TsjF8VcvnOxGqn8SDg7ghtQI4mOHhcp8jHbQI6WCqk9pXL7DSNm6n9K025tNiyDdDVSq13LuxLw5Dbap9c931TLYgNFsWhDUCM+DhyItuG\/\/JY3jmg+xrctyHHBhPrwIDAQAB",
"default_locale": "en",
"name": "__MSG_appName__",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
},
"version": "1.2.12",
"description": "__MSG_appDesc__",
"permissions": [
"alarms",
"notifications",
"offscreen",
"storage",
"sidePanel",
"contextMenus"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "images\/icons\/icon_16.png",
"48": "images\/icons\/icon_48.png",
"64": "images\/icons\/icon_64.png",
"128": "images\/icons\/icon_128.png"
},
"default_title": "Manage your reminders"
},
"icons": {
"16": "images\/icons\/icon_16.png",
"48": "images\/icons\/icon_48.png",
"64": "images\/icons\/icon_64.png",
"128": "images\/icons\/icon_128.png"
},
"side_panel": {
"default_path": "side-panel\/index.html"
}
}