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": "Price Tracker & Wishlist - Instant Checks, Alerts & Registry | LMK.today",
"version": "3.1.1",
"description": "See price history, get deal alerts, track prices & save products from any store.",
"permissions": [
"activeTab",
"storage",
"tabs",
"notifications"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle",
"all_frames": false
}
],
"action": {
"default_popup": "popup.html",
"default_title": "Add to LMK.today Wishlist",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"popup.html",
"content.css"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https:\/\/lmk.today\/extension",
"author": "LMK.today"
}