Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Sep 28, 2015
1 parent 450055d commit 3f7290f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
11 changes: 5 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
"<all_urls>",
"tabs"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 7 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 3f7290f

Please sign in to comment.