diff --git a/src/background.js b/src/background.js index f4e22dd..05f0bf2 100644 --- a/src/background.js +++ b/src/background.js @@ -1,2 +1,3 @@ global.browser = require('webextension-polyfill'); -alert('Hello world!'); + +// vim:sw=2:ts=2:et: diff --git a/src/manifest.json b/src/manifest.json index 963c323..d752477 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -9,7 +9,7 @@ "48": "icons/icon-48.png", "64": "icons/icon-64.png" }, - "permissions": ["activeTab", "storage", "notifications"], + "permissions": ["activeTab", "storage", "notifications", ""], "browser_action": { "default_title": "platypush", diff --git a/src/options/App.vue b/src/options/App.vue index 493426c..c181e9d 100644 --- a/src/options/App.vue +++ b/src/options/App.vue @@ -21,7 +21,14 @@ - +
+ + +
+ +
+ +
@@ -36,9 +43,34 @@

Run a command on {{ hosts[selectedHost].name }}

- - +
+ + +   Plugins reference. Use $URL$ as argument value to denote the + current URL. + +
+ +
+
+ +
+ +
+ + +
+
+ +
+ + + +
+ +
+
@@ -57,8 +89,15 @@ /> - - +
+ + +
+ +
+ + +
@@ -70,8 +109,12 @@