| 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" |
| + confirm: true, |
| + type: "subscriptions.add" |
| } |
| }, "*"); |
| }, 1000); |