1
0
Fork 0
mirror of https://github.com/Oreolek/TrackMeNot-Chrome.git synced 2024-06-28 20:55:11 +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,
"name": "TrackMeNot",
"description": "TMN WebExtension portage",
"version": "0.9.1",
"version": "0.10.0",
"background": {
"scripts": [
"trackmenot.js"

File diff suppressed because one or more lines are too long

View file

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