diff options
author | mucek4 <tomaz@gorenc.org> | 2014-06-30 09:25:37 +0200 |
---|---|---|
committer | mucek4 <tomaz@gorenc.org> | 2014-06-30 09:25:37 +0200 |
commit | e25143d77ff547f4d3808f092cae66a4ff3b61cb (patch) | |
tree | 5281b7778344b96d90f7537cfdfa0ef511dff840 /send2cgeo/chrome-extension/manifest.json | |
parent | 63a35323a6741487fcd122312164bd1a38feaee4 (diff) | |
download | cgeo-e25143d77ff547f4d3808f092cae66a4ff3b61cb.zip cgeo-e25143d77ff547f4d3808f092cae66a4ff3b61cb.tar.gz cgeo-e25143d77ff547f4d3808f092cae66a4ff3b61cb.tar.bz2 |
Chrome extension initial commit
Diffstat (limited to 'send2cgeo/chrome-extension/manifest.json')
-rw-r--r-- | send2cgeo/chrome-extension/manifest.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/send2cgeo/chrome-extension/manifest.json b/send2cgeo/chrome-extension/manifest.json new file mode 100644 index 0000000..95ef37f --- /dev/null +++ b/send2cgeo/chrome-extension/manifest.json @@ -0,0 +1,17 @@ +{ +"manifest_version": 2, + "content_scripts": [ { + "exclude_globs": [ ], + "exclude_matches": [ ], + "include_globs": [ "*" ], + "js": [ "send2cgeo.user.js" ], + "matches": [ "http://www.geocaching.com/seek/cache_details*", "https://www.geocaching.com/map/*", "http://www.geocaching.com/geocache/*", "http://www.geocaching.com/my/recentlyviewedcaches*", "http://www.geocaching.com/seek/nearest*"], + "run_at": "document_idle" + } ], + "converted_from_user_script": true, + "description": "Add button \"Send to c:geo\" to geocaching.com", + "key": "cJNjvsbX8OJfu/rUgwp/ZB7itpC5X0700m0HNcUDsLE=", + "name": "Send to c:geo", + "icons": { "64": "send2cgeo.64.png", "48": "send2cgeo.48.png" }, + "version": "0.30" +} |