Skip to content

Commit

Permalink
Merge pull request #30 from maxwroc/DevBranch
Browse files Browse the repository at this point in the history
Dev branch
  • Loading branch information
maxwroc authored Aug 20, 2016
2 parents a2391d6 + e89527d commit af22a61
Show file tree
Hide file tree
Showing 18 changed files with 206 additions and 1,247 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ignore app auto-generated JS files
**/UrlEditorPRO/app/**/*.js

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

Expand Down
5 changes: 3 additions & 2 deletions UrlEditorPRO/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

"name": "Url Editor PRO",
"description": "Url parser which makes editing complex URLs as easy as possible. Features: params decoding, auto-suggest, keyboard navigation..",
"version": "0.8.2.2",
"version": "0.8.3.0",

"permissions": [
"http://*/*",
"https://*/*",
"activeTab"
"tabs",
"windows"
],
"icons": {
"16": "img/edit_16.png",
Expand Down
65 changes: 0 additions & 65 deletions UrlEditorPRO/app/modules/Settings.js

This file was deleted.

263 changes: 0 additions & 263 deletions UrlEditorPRO/app/modules/autosuggest.js

This file was deleted.

Loading

0 comments on commit af22a61

Please sign in to comment.