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_ext_full_name__",
"description": "__MSG_ext_description__",
"version": "1.1.0",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "icons\/logo-16.png",
"32": "icons\/logo-32.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"action": {
"default_popup": "popup\/popup.html"
},
"permissions": [
"storage",
"activeTab",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"resources": [
"iframe\/iframe.html",
"iframe\/iframe.js",
"iframe\/iframe.css",
"iframe\/disable_iframe.html",
"url_monitor.js",
"modals\/price_alert_modal\/modal.html",
"modals\/price_alert_modal\/modal.js",
"modals\/tracking_products_modal\/modal.html",
"modals\/tracking_products_modal\/modal.js",
"icons\/favicon-alt.svg",
"icons\/ext_icon_pattern_background.png"
],
"matches": [
"<all_urls>"
]
}
]
}