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",
"manifest_version": 3,
"name": "Remind Me - Smart Web Reminders",
"version": "1.2",
"description": "Set reminders for any web content with just a right-click. 100% private - all data stays on your device.",
"homepage_url": "https:\/\/lucavehbiu.github.io\/remindme-extension\/",
"permissions": [
"storage",
"activeTab",
"contextMenus",
"alarms",
"notifications"
],
"host_permissions": [
"https:\/\/hook.eu2.make.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}