2026-07-13 11:11:24 +10:00
|
|
|
{
|
|
|
|
|
"manifest_version": 3,
|
2026-07-13 20:49:05 +10:00
|
|
|
"name": "Read it later",
|
2026-07-13 11:11:24 +10:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Save pages and links for later, and see them all as a sortable shelf every time you open a new tab.",
|
|
|
|
|
"icons": {
|
|
|
|
|
"16": "icons/icon16.png",
|
|
|
|
|
"32": "icons/icon32.png",
|
|
|
|
|
"48": "icons/icon48.png",
|
|
|
|
|
"128": "icons/icon128.png"
|
|
|
|
|
},
|
2026-07-13 20:49:05 +10:00
|
|
|
"permissions": ["storage", "contextMenus", "activeTab", "unlimitedStorage", "alarms"],
|
2026-07-13 11:11:24 +10:00
|
|
|
"background": {
|
|
|
|
|
"service_worker": "background.js",
|
2026-07-13 20:49:05 +10:00
|
|
|
"scripts": ["sync.js", "background.js"]
|
2026-07-13 11:11:24 +10:00
|
|
|
},
|
|
|
|
|
"action": {
|
2026-07-13 20:49:05 +10:00
|
|
|
"default_title": "Save this page to Read it later",
|
2026-07-13 11:11:24 +10:00
|
|
|
"default_icon": {
|
|
|
|
|
"16": "icons/icon16.png",
|
|
|
|
|
"32": "icons/icon32.png",
|
|
|
|
|
"48": "icons/icon48.png"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"chrome_url_overrides": {
|
|
|
|
|
"newtab": "newtab.html"
|
|
|
|
|
},
|
|
|
|
|
"browser_specific_settings": {
|
|
|
|
|
"gecko": {
|
2026-07-14 12:44:17 +10:00
|
|
|
"id": "{b5bcdd65-958d-4b77-a5d6-ba2684c37a94}",
|
|
|
|
|
"strict_min_version": "140.0",
|
|
|
|
|
"data_collection_permissions": {
|
|
|
|
|
"required": ["bookmarksInfo"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"gecko_android": {
|
|
|
|
|
"strict_min_version": "142.0"
|
2026-07-13 11:11:24 +10:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|