From 3f7290fe430f0519f480770534342df9d7fd9a6d Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Mon, 28 Sep 2015 06:42:46 -0700 Subject: [PATCH] update copy --- manifest.json | 11 +++++------ package.json | 4 ++-- readme.md | 11 +++++++---- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index 736288e..0500827 100644 --- a/manifest.json +++ b/manifest.json @@ -1,16 +1,15 @@ { - "name": "MapTab", - "description": "A tab extension for viewing your current location, date and time.", - "short_name": "MapTab", - "version": "1.12", + "name": "David Rumsey Map Collection - MapTab", + "description": "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection", + "short_name": "DRMC - MapTab", + "version": "0.1", "incognito": "split", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, - "content_security_policy": "script-src 'self' https://wwww.mapbox.com/*; object-src 'self'", + "content_security_policy": "script-src 'self' http://*.stanford.edu/*; object-src 'self'", "permissions": [ - "geolocation", "cookies", "", "tabs" diff --git a/package.json b/package.json index 9e0d301..bfac701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "MapTab", - "version": "1.1.12", + "name": "David Rumsey Map Collection - MapTab", + "version": "0.1", "description": "A new tab Chrome extension", "main": "index.js", "scripts": { diff --git a/readme.md b/readme.md index 0c05aa8..1f46ee2 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,10 @@ -## MapTab +## David Rumsey Map Collection - MapTab -*A simple Chrome extension that shows a random place in the world on a pretty map* +*A simple Chrome extension that shows a random map from the [David Rumsey Map Collection](http://www.davidrumsey.com/)* -Install via the [Chrome Store](https://chrome.google.com/webstore/detail/maptab/dmabflbokojjfjicmbjjfnmodihciemo) +Install via the Chrome Store -[![](https://cldup.com/awOTP-fXZ3.gif)](https://chrome.google.com/webstore/detail/maptab/dmabflbokojjfjicmbjjfnmodihciemo) +![](https://cloud.githubusercontent.com/assets/1656824/10125817/c3882f52-6536-11e5-97e5-9e693ff14525.gif) + + +A fork of the original [MapTab](https://chrome.google.com/webstore/detail/maptab/dmabflbokojjfjicmbjjfnmodihciemo) by [bsudekum](https://github.com/bsudekum). \ No newline at end of file