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",
"name": "History Limiter Custom",
"version": "1.2",
"manifest_version": 2,
"description": "Limits the number of items the browser will keep in history by days.",
"icons": {
"48": "icon.png"
},
"background": {
"scripts": [
"bg.js",
"common.js"
],
"persistent": false
},
"options_page": "options.html",
"permissions": [
"history"
]
}