| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "author": "Eyeo GmbH", | 2 "author": "Eyeo GmbH", |
| 3 "background": { | 3 "background": { |
| 4 "page": "background.html", | 4 "page": "background.html", |
| 5 "persistent": true | 5 "persistent": true |
| 6 }, | 6 }, |
| 7 "browser_action": { | 7 "browser_action": { |
| 8 "default_icon": { | 8 "default_icon": { |
| 9 "19": "icons/abp-19.png", | 9 "19": "icons/abp-19.png", |
| 10 "38": "icons/abp-38.png" | 10 "38": "icons/abp-38.png" |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 64 "webRequestBlocking", | 64 "webRequestBlocking", |
| 65 "webNavigation", | 65 "webNavigation", |
| 66 "storage", | 66 "storage", |
| 67 "unlimitedStorage", | 67 "unlimitedStorage", |
| 68 "notifications" | 68 "notifications" |
| 69 ], | 69 ], |
| 70 "short_name": "__MSG_name__", | 70 "short_name": "__MSG_name__", |
| 71 "storage": { | 71 "storage": { |
| 72 "managed_schema": "managed-storage-schema.json" | 72 "managed_schema": "managed-storage-schema.json" |
| 73 }, | 73 }, |
| 74 "version": "0.9.5.0", | 74 "version": "0.9.6.0", |
|
Sebastian Noack
2016/07/27 17:08:51
Don't you have to update the AppXManifest as well,
Oleksandr
2016/07/27 18:23:40
It isn't in the repo.
Sebastian Noack
2016/07/27 18:29:43
How do you generate the AppXManifest? Unless it's
| |
| 75 "-ms-preload": { | 75 "-ms-preload": { |
| 76 "backgroundScript": "backgroundScriptsAPIBridge.js", | 76 "backgroundScript": "backgroundScriptsAPIBridge.js", |
| 77 "contentScript": "contentScriptsAPIBridge.js" | 77 "contentScript": "contentScriptsAPIBridge.js" |
| 78 } | 78 } |
| 79 } | 79 } |
| OLD | NEW |