1
0
Fork 0
mirror of https://github.com/Oreolek/TrackMeNot-Chrome.git synced 2024-06-26 03:41:00 +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

@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "TrackMeNot",
"name": "TrackMeNot",
"description": "TMN WebExtension portage",
"version": "0.9.1",
"version": "0.10.0",
"background": {
"scripts": [
"trackmenot.js"
@ -24,9 +24,9 @@
"matches": ["http://*/*","https://*/*"],
"js": ["tmn_search.js"],
"run_at": "document_start",
"all_frames" : true
"all_frames" : true
}
],
],
"browser_action": {
"default_icon": "tmn.png",
"default_title": "TrackMeNot",

File diff suppressed because one or more lines are too long

View file

@ -1,21 +1,20 @@
{
"preferences": [
{
"title": "TrackMeNot Options",
"type": "control",
"name": "tmnOptionPref",
"label": "TrackMeNot Options"
}
],
"name": "trackmenot",
"fullName" : "TrackMeNot",
"license": "GPL 2.0",
"author": "Daniel Howe, Helen Nissenbaum, Vincent Toubiana",
"version": "0.8.3",
"homepage": "http://www.cs.nyu.edu/trackmenot/",
"icon":"data/images/skin/tmn.png",
"main": "trackmenot",
"id": "trackmenot@mrl.nyu.edu",
"description": "Protect against data profiling by search engines"
}
{
"preferences": [
{
"title": "TrackMeNot Options",
"type": "control",
"name": "tmnOptionPref",
"label": "TrackMeNot Options"
}
],
"name": "trackmenot",
"fullName" : "TrackMeNot",
"license": "GPL 2.0",
"author": "Daniel Howe, Helen Nissenbaum, Vincent Toubiana",
"version": "0.10.0",
"homepage": "http://www.cs.nyu.edu/trackmenot/",
"icon":"data/images/skin/tmn.png",
"main": "trackmenot",
"id": "trackmenot@mrl.nyu.edu",
"description": "Protect against data profiling by search engines"
}