Files
Oliver Dunk f98ff8227c Add Reading List API sample (#1021)
* Add Reading List API sample

* Apply suggestions from code review

Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>

* Add minimum_chrome_version

---------

Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>
2023-11-01 14:13:45 +00:00

13 lines
325 B
JSON

{
"name": "Reading List API Demo",
"version": "1.0",
"minimum_chrome_version": "120",
"manifest_version": 3,
"description": "Uses the chrome.readingList API to display, update and remove reading list entries.",
"background": {
"service_worker": "sw.js"
},
"permissions": ["readingList"],
"action": {}
}