Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rik committed Feb 13, 2018
1 parent caeda0f commit 14f5b44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
"name": "au-revoir-utm",
"license": "WTFPL",
"author": "Anthony Ricaud <[email protected]>",
"version": "1.0.0",
"version": "1.1.0",
"fullName": "au-revoir-utm",
"id": "jid1-yRtlFKrTMBrAtQ",
"description": "Removes crappy utm_ tracking stuff",
"dependencies": {},
"scripts": {
"build": "web-ext build --source-dir src",
"lint": "web-ext lint --source-dir src",
"start":
"web-ext run --source-dir src --firefox=nightly --browser-console",
"start": "web-ext run --source-dir src --firefox=nightly --browser-console",
"test": "karma start",
"test:watch": "karma start --no-single-run",
"test:debug": "karma start --no-single-run --browsers Firefox"
Expand Down
13 changes: 3 additions & 10 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"manifest_version": 2,
"name": "au-revoir-utm",
"version": "1.0.0",
"version": "1.1.0",
"description": "Removes crappy utm_ tracking stuff",
"homepage_url": "http://github.com/rik/au-revoir-utm",
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"permissions": ["webRequest", "webRequestBlocking", "<all_urls>"],
"background": {
"scripts": [
"utm.js",
"background.js"
]
"scripts": ["utm.js", "background.js"]
}
}

0 comments on commit 14f5b44

Please sign in to comment.