diff options
author | Teddy Wing | 2021-03-21 17:25:28 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-21 17:47:35 +0100 |
commit | d88a53e6e8e8a9f0a418e4bfc0aee8da8e5a4511 (patch) | |
tree | 32a16f01b13fefbdf4a99541b372c12b18857817 | |
parent | a129f8e229f16292d65ffd9dcf9f8a585aa3fe8a (diff) | |
download | Peniquitous-d88a53e6e8e8a9f0a418e4bfc0aee8da8e5a4511.tar.bz2 |
Remove manifest.json
This is no longer needed now that Peniquitous is a Greasemonkey user
script.
-rw-r--r-- | manifest.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 1a54de4..0000000 --- a/manifest.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "manifest_version": 2, - - "name": "Peniquitous", - "description": "Ubiquitous Ctrl-P & Ctrl-N", - "version": "0.0.1", - - "content_scripts": [{ - "matches": ["<all_urls>"], - "js": ["main.js"] - }], - - "web_accessible_resources": [ - "lib/mousetrap/tests/libs/key-event.js", - "peniquitous.js" - ] -} |