| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [default] | |
|
Vasily Kuznetsov
2016/06/13 12:57:31
Rough example of how `metadata.edge` is supposed t
Wladimir Palant
2016/06/17 09:53:45
Documented - yes. But this content is very specifi
Vasily Kuznetsov
2016/06/17 17:53:26
Yeah, I agree. This example is pretty rough and ha
Wladimir Palant
2016/06/29 19:33:44
IMHO, this isn't worth documenting "properly" - an
Vasily Kuznetsov
2016/07/01 19:51:27
For now I made the existing example more abstract
| |
| 2 inherit = metadata.common | |
| 3 | |
| 4 # App identity assigned by the Store. | |
| 5 [package_identity] | |
| 6 name = EyeoGmbH.AdblockPlus | |
| 7 publisher = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 | |
| 8 | |
| 9 # Icons to be placed in /Assets and referenced in AppxManifest.xml. | |
| 10 [appx_assets] | |
| 11 logo_44.png = chrome/icons/abp-38.png | |
| 12 logo_50.png = chrome/icons/detailed/abp-48.png | |
| 13 logo_150.png = adblockplusui/skin/abp-128.png | |
| 14 | |
| 15 [compat] | |
| 16 edge = 37.14332.1000.0 | |
| 17 | |
| 18 [general] | |
| 19 basename = adblockplusedge | |
| 20 display_name = Adblock Plus | |
| 21 description = Adblock Plus is the most popular ad blocker ever, and also support s websites by not blocking unobstrusive ads by default (configurable). | |
| 22 background_color = red | |
| 23 extension_id = 1.0 | |
| 24 permissions = tabs | |
| 25 http://*/* | |
| 26 https://*/* | |
| 27 contextMenus | |
| 28 webRequest | |
| 29 webRequestBlocking | |
| 30 webNavigation | |
| 31 storage | |
| 32 unlimitedStorage | |
| 33 notifications | |
| 34 options = options.html | |
| 35 devtools = devtools.html | |
| 36 browserAction = icons/abp-19.png icons/abp-38.png popup.html | |
| 37 icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png | |
| 38 icons/detailed/abp-64.png icons/detailed/abp-128.png | |
| 39 managedStorageSchema = managed-storage-schema.json | |
| 40 | |
| 41 [mapping] | |
| 42 icons/abp-19.png = chrome/icons/abp-19.png | |
| 43 icons/abp-19-whitelisted.png = chrome/icons/abp-19-whitelisted.png | |
| 44 icons/abp-19-notification-critical.png = chrome/icons/abp-19-notification-critic al.png | |
| 45 icons/abp-19-notification-information.png = chrome/icons/abp-19-notification-inf ormation.png | |
| 46 icons/abp-38.png = chrome/icons/abp-38.png | |
| 47 icons/abp-38-whitelisted.png = chrome/icons/abp-38-whitelisted.png | |
| 48 icons/abp-38-notification-critical.png = chrome/icons/abp-38-notification-critic al.png | |
| 49 icons/abp-38-notification-information.png = chrome/icons/abp-38-notification-inf ormation.png | |
| 50 icons/detailed/abp-48.png = chrome/icons/detailed/abp-48.png | |
| 51 ext/devtools.js = chrome/ext/devtools.js | |
| 52 devtools.html = chrome/devtools.html | |
| 53 devtools.js = chrome/devtools.js | |
| 54 devtools-panel.html = adblockplusui/devtools-panel.html | |
| 55 devtools-panel.js = adblockplusui/devtools-panel.js | |
| 56 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css | |
| 57 managed-storage-schema.json = chrome/managed-storage-schema.json | |
| 58 | |
| 59 [convert_js] | |
| 60 lib/adblockplus.js -= abp2blocklist/lib/abp2blocklist.js safari/contentBlocking. js | |
| OLD | NEW |