history-purger/extension/manifest.json

18 lines
350 B
JSON
Raw Normal View History

2020-09-06 19:20:07 +00:00
{
"manifest_version": 2,
"name": "History Purger",
"version": "1.0",
"description": "Keeps your navigation history clean without using Private Mode",
"icons": {
"48": "icon.png"
},
"background": {
"scripts": ["background.js"]
},
"permissions": [
"history",
"webNavigation"
]
}