mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #91 from omnivore-app/extension-v0.1.20
Bump the Safari Extension to v0.1.20
This commit is contained in:
commit
4c07dd56a9
4 changed files with 12 additions and 12 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"extension_name": {
|
||||
"message": "Omnivore",
|
||||
"description": "The display name for the extension."
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Save links to your Omnivore library.",
|
||||
"description": "Description of what the extension does."
|
||||
}
|
||||
"extension_name": {
|
||||
"message": "Omnivore",
|
||||
"description": "The display name for the extension."
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Save links to your Omnivore library.",
|
||||
"description": "Description of what the extension does."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
"manifest_version": 2,
|
||||
"name": "Omnivore",
|
||||
"short_name": "Omnivore",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.20",
|
||||
"description": "Save articles to your Omnivore library",
|
||||
"author": "Omnivore Media, Inc",
|
||||
"default_locale": "en_US",
|
||||
"default_locale": "en",
|
||||
"developer": {
|
||||
"name": "Omnivore Media, Inc",
|
||||
"url": "https://omnivore.app/"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "process.env.EXTENSION_NAME",
|
||||
"short_name": "process.env.EXTENSION_NAME",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.20",
|
||||
"description": "Save articles to your Omnivore library",
|
||||
"author": "Omnivore Media, Inc",
|
||||
"default_locale": "en",
|
||||
|
|
|
|||
Loading…
Reference in a new issue