1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00
uBlock/tools
Deathamns 749b6f186d Use a dedicated file for storing extension info
Chrome has getManifest(), Safari doesn't have anything, Firefox has an
asynchronous API...
So, instead of using extension APIs, store the common informations
(extension name, version, homepage url) in a file (vapi-appinfo.js), which
can be included when it's needed (its data will be available at vAPI.app.____).
The file's content is updated each time the extension is being built, so
it shouldn't be modified manually.
2014-11-09 17:39:38 +01:00
..
build_meta.py Use a dedicated file for storing extension info 2014-11-09 17:39:38 +01:00
import-crowdin.sh Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00
make-chrome.sh Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00
make-clean.sh Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00
make-noassets.sh Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00
make-opera.sh Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00