mirror of
https://github.com/nmasur/dotfiles
synced 2026-02-05 13:29:45 +00:00
23 lines
433 B
JSON
23 lines
433 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "History Exporter",
|
|
"version": "1.0",
|
|
"description": "Automatically exports today's browsing history.",
|
|
"permissions": [
|
|
"history",
|
|
"downloads",
|
|
"alarms"
|
|
],
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
},
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "firefox-history-exporter@nmasur.com"
|
|
}
|
|
}
|
|
}
|