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,
"name": "__MSG_APP_NAME__",
"description": "__MSG_APP_DESCRIPTION__",
"version": "3.0.0",
"icons": {
"128": "\/icons\/128.png"
},
"default_locale": "en",
"action": {
"default_title": "History Cleaner by Tags",
"default_popup": "popup.html"
},
"permissions": [
"history"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "110.0"
}
}
}