Merge pull request #91 from omnivore-app/extension-v0.1.20
Bump the Safari Extension to v0.1.20
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user