From 5b79bf353647a4dad9d4968d0f246582744f07bc Mon Sep 17 00:00:00 2001 From: Deathamns Date: Fri, 17 Oct 2014 21:44:19 +0200 Subject: Work on vendor API abstraction, and near complete Safari support --- meta/config.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta/config.json (limited to 'meta/config.json') diff --git a/meta/config.json b/meta/config.json new file mode 100644 index 0000000..f5b8010 --- /dev/null +++ b/meta/config.json @@ -0,0 +1,31 @@ +{ + "name": "µBlock", + "clean_name": "ublock", + "url": "https://github.com/gorhill/uBlock", + "author": "Raymond Hill", + "author_email": "rhill@raymondhill.net", + "author_www": "http://raymondhill.net/", + "version": "0.7.0.7", + "def_lang": "en", + "vendors": { + "crx": { + "app_id": "cjpalhdlnbpafiamejdnhcphjbkeiagm", + "manifest": "manifest.json", + "locales": "_locales", + "file_ext": ".crx", + "cert_key": "../meta/crx/key.pem" + }, + "safariextz": { + "app_id": "net.gorhill.uBlock", + "dir": "uBlock.safariextension", + "manifest": { + "Info": "Info.plist", + "Settings": "Settings.plist" + }, + "file_ext": ".safariextz", + "developer_identifier": "T7HSFKB9M5", + "cert_dir": "../meta/safariextz/certs/", + "cert_key": "../meta/safariextz/certs/key.pem" + } + } +} \ No newline at end of file -- cgit v1.1