1
0
Fork 0
mirror of https://github.com/Oreolek/TrackMeNot-Chrome.git synced 2024-06-30 21:55:08 +03:00

Version bump and UI for configuration

This commit is contained in:
Alexander Yakovlev 2016-12-03 14:21:09 +07:00
parent 749f1f4a3b
commit f0111467e2
3 changed files with 316 additions and 26 deletions

View file

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "TrackMeNot", "name": "TrackMeNot",
"description": "TMN WebExtension portage", "description": "TMN WebExtension portage",
"version": "0.9.1", "version": "0.10.0",
"background": { "background": {
"scripts": [ "scripts": [
"trackmenot.js" "trackmenot.js"

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,4 @@
{ {
"preferences": [ "preferences": [
{ {
"title": "TrackMeNot Options", "title": "TrackMeNot Options",
@ -12,7 +11,7 @@
"fullName" : "TrackMeNot", "fullName" : "TrackMeNot",
"license": "GPL 2.0", "license": "GPL 2.0",
"author": "Daniel Howe, Helen Nissenbaum, Vincent Toubiana", "author": "Daniel Howe, Helen Nissenbaum, Vincent Toubiana",
"version": "0.8.3", "version": "0.10.0",
"homepage": "http://www.cs.nyu.edu/trackmenot/", "homepage": "http://www.cs.nyu.edu/trackmenot/",
"icon":"data/images/skin/tmn.png", "icon":"data/images/skin/tmn.png",
"main": "trackmenot", "main": "trackmenot",