Skip to content

Commit

Permalink
ref #384 remove the deprecated options_page
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 12, 2020
1 parent 8bf82d3 commit adfcb98
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"name":"Asciidoctor.js Live Preview",
"version":"2.6.0.1",
"name": "Asciidoctor.js Live Preview",
"version": "2.6.0.1",
"author": "Guillaume Grossetie",
"manifest_version":2,

"description":"Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!",

"options_page":"html/options.html",

"options_ui":{
"page":"html/options.html"
"manifest_version": 2,
"description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!",
"options_ui": {
"page": "html/options.html"
},
"icons": {
"16": "img/asciidoctor-logo-fill-color-16.png",
"48": "img/asciidoctor-logo-fill-color-48.png",
"96": "img/asciidoctor-logo-fill-color-96.png",
"128": "img/asciidoctor-logo-fill-color-128.png"
},
"content_scripts":[
"content_scripts": [
{
"matches":[
"matches": [
"*://*/*.ad",
"*://*/*.ad?*",
"*://*/*.ad.*",
Expand Down Expand Up @@ -51,7 +47,7 @@
"file://*/*.txt?*",
"file://*/*.txt.*"
],
"js":[
"js": [
"js/vendor/highlight.js/highlight.min.js",
"js/vendor/highlight.js/languages/1c.min.js",
"js/vendor/highlight.js/languages/abnf.min.js",
Expand Down Expand Up @@ -255,7 +251,7 @@
]
}
],
"web_accessible_resources":[
"web_accessible_resources": [
"css/themes/asciidoctor.css",
"css/themes/colony.css",
"css/themes/foundation.css",
Expand Down Expand Up @@ -292,7 +288,7 @@
"fonts/fontawesome-webfont.ttf",
"vendor/MathJax-3.0.1/*"
],
"permissions":[
"permissions": [
"storage",
"tabs",
"activeTab",
Expand All @@ -313,10 +309,10 @@
"*://*/*.txt.*",
"contextMenus"
],
"browser_action":{
"default_title":"Asciidoctor.js Preview"
"browser_action": {
"default_title": "Asciidoctor.js Preview"
},
"background":{
"background": {
"scripts": [
"js/vendor/md5.js",
"js/vendor/asciidoctor.js",
Expand Down

0 comments on commit adfcb98

Please sign in to comment.