history-purger/extension/manifest.json
2020-09-06 21:20:07 +02:00

18 lines
350 B
JSON

{
"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"
]
}