| Index: background.js |
| =================================================================== |
| --- a/background.js |
| +++ b/background.js |
| @@ -337,7 +337,8 @@ |
| payload: { |
| title: "Custom subscription", |
| url: "http://example.com/custom.txt", |
| - type: "add-subscription" |
| + ask: true, |
| + type: "subscription.add" |
|
Thomas Greiner
2016/03/18 10:48:20
The message type is "subscriptions.add".
Sebastian Noack
2016/03/18 11:35:07
Argh, right.
|
| } |
| }, "*"); |
| }, 1000); |