2026-01-04 19:28:14 +00:00
|
|
|
{
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
"name": "Embermarks",
|
2026-01-05 02:36:05 +00:00
|
|
|
"version": "1.0.3",
|
2026-01-04 19:28:14 +00:00
|
|
|
"description": "Rediscover your forgotten bookmarks. Surface the ones you never visit.",
|
|
|
|
|
"author": "Bastian Gruber",
|
|
|
|
|
"homepage_url": "https://github.com/gruberb/embermarks",
|
|
|
|
|
|
2026-01-05 02:05:46 +00:00
|
|
|
"browser_specific_settings": {
|
|
|
|
|
"gecko": {
|
2026-01-05 02:22:27 +00:00
|
|
|
"id": "embermarks@gruberb.dev",
|
|
|
|
|
"strict_min_version": "140.0",
|
|
|
|
|
"data_collection_permissions": {
|
|
|
|
|
"required": ["none"]
|
|
|
|
|
}
|
2026-01-05 02:05:46 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
2026-01-04 19:28:14 +00:00
|
|
|
"icons": {
|
|
|
|
|
"48": "icons/ember-48.svg",
|
|
|
|
|
"96": "icons/ember-96.svg"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"permissions": ["bookmarks", "history", "storage"],
|
|
|
|
|
|
|
|
|
|
"browser_action": {
|
|
|
|
|
"default_icon": {
|
|
|
|
|
"48": "icons/ember-48.svg"
|
|
|
|
|
},
|
|
|
|
|
"default_title": "Embermarks",
|
|
|
|
|
"default_popup": "popup/popup.html"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"options_ui": {
|
|
|
|
|
"page": "options/options.html",
|
|
|
|
|
"browser_style": true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"background": {
|
|
|
|
|
"scripts": ["background.js"],
|
|
|
|
|
"persistent": false
|
|
|
|
|
}
|
|
|
|
|
}
|