Use new API methods for saving

This commit is contained in:
Jackson Harper
2022-07-16 12:17:58 -07:00
parent 0d2241de06
commit 0bcb8a23c5
9 changed files with 192 additions and 211 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Omnivore",
"short_name": "Omnivore",
"version": "0.1.22",
"version": "0.1.24",
"description": "Save articles to your Omnivore library",
"author": "Omnivore Media, Inc",
"default_locale": "en",
@ -80,6 +80,14 @@
},
"default_title": "Omnivore Save Article"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt + O"
},
"description": "Save the current tab to Omnivore"
}
},
"web_accessible_resources": [
"views/cta-popup.html"
]

File diff suppressed because one or more lines are too long