diff options
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" +} |