| Index: metadata.edge |
| diff --git a/metadata.edge b/metadata.edge |
| index 03030bba67da02d4463b0e6e3d77865ae2b2f111..f74e424f94364e426b8232b1ab378acd0bf902eb 100644 |
| --- a/metadata.edge |
| +++ b/metadata.edge |
| @@ -1,20 +1,26 @@ |
| -[default] |
| -inherit = metadata.chrome |
| - |
| -[general] |
| -version = 0.9.11 |
| -basename = adblockplusedge |
| -app_id_release = EyeoGmbH.AdblockPlus |
| -app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild |
| -publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 |
| -background_color = red |
| -extension_id_release = 1.0 |
| - |
| -[compat] |
| -edge = 41.16299.0.0 |
| -windows = 10.0.16299.0/12.0.0.0 |
| - |
| -[appx_assets] |
| -logo_44.png = icons/abp-44.png |
| -logo_50.png = icons/abp-50.png |
| -logo_150.png = icons/abp-150.png |
| +[default] |
|
Sebastian Noack
2018/06/01 19:15:46
Thanks for fixing the newlines here (this file use
|
| +inherit = metadata.chrome |
| + |
| +[general] |
| +version = 0.9.11 |
| +basename = adblockplusedge |
| +app_id_release = EyeoGmbH.AdblockPlus |
| +app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild |
| +publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 |
| +background_color = red |
| +extension_id_release = 1.0 |
| + |
| +[module_alias] |
| +io$ = ioIndexedDB |
| + |
| +[bundles] |
| +qunit/tests.js += qunit/tests/ioIndexedDB.js |
|
kzar
2018/06/04 11:06:07
Really cool you took the extra time to write some
kzar
2018/06/04 18:06:56
Looks like the fact that the qunit/tests.js bundle
piscoi.georgiana
2018/06/05 07:15:56
I'll keep an eye out for the change and update acc
piscoi.georgiana
2018/06/11 07:02:44
Done.
|
| + |
| +[compat] |
| +edge = 41.16299.0.0 |
| +windows = 10.0.16299.0/12.0.0.0 |
| + |
| +[appx_assets] |
| +logo_44.png = icons/abp-44.png |
| +logo_50.png = icons/abp-50.png |
| +logo_150.png = icons/abp-150.png |