diff --git a/README.md b/README.md index eafa2d4..f57d5c8 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# SelBlocksGlobal \ No newline at end of file +SelBlocks Global +========= + +[SelBlocks Global](https://selite.github.io/SelBlocksGlobal) is an enhancement of [SelBlocks](https://github.com/refactoror/SelBlocks/). It's a part of [SeLite](https://selite.github.io/). However, SelBlocks Global's code is in a repository separate from [the rest of SeLite](https://github.com/SeLite/SeLite). + +See extensive [documentation of SeLite](http://selite.github.io/) for benefits and installation. + +GIT-clone and develop on Linux or Mac OS, as this needs symlinks. It requires SeLite to be cloned under that exact name (in CamelCase) in a neighbour directory. diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..75bf6e9 --- /dev/null +++ b/manifest.json @@ -0,0 +1,28 @@ +{ + + "manifest_version": 2, + "name": "SeLite SelBlocks Global", + "homepage_url": "http://selite.github.io/", + "version": "2.72", + + "applications": { + "gecko": { + "id": "selblocks-global@selite.googlecode.com" + } + }, + + "description": "For structured automated test scripts in Selenium-IDE", + + "background": { + "scripts": ["shared/migrating_to_webextensions.js", "shared/background.js"] + }, + + "permissions": [ + "management", "storage" + ], + + "icons": { + "32": "shared/favicon-32x32.png", + "64": "shared/favicon-64x64.png" + } +} diff --git a/shared b/shared new file mode 120000 index 0000000..2ba41fe --- /dev/null +++ b/shared @@ -0,0 +1 @@ +../SeLite/shared \ No newline at end of file