Skip to content

Commit

Permalink
Migration notice on work in progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-kehl committed Nov 14, 2017
1 parent e351447 commit 254c72f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1 +1,8 @@
# SelBlocksGlobal
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.
28 changes: 28 additions & 0 deletions 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"
}
}
1 change: 1 addition & 0 deletions shared

0 comments on commit 254c72f

Please sign in to comment.