We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251503c commit e7d8b63Copy full SHA for e7d8b63
manifest.json
@@ -2,7 +2,7 @@
2
"manifest_version": 2,
3
"name": "Reddit Imgur Uploader",
4
"description": "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab",
5
- "version": "0.4.0",
+ "version": "0.4.1",
6
"author": "David Sawyer",
7
"content_scripts": [
8
{
@@ -18,8 +18,12 @@
18
"*://*.reddit.com/message/*",
19
"*://*.reddit.com/*/comments/*"
20
],
21
- "css": ["dist/core.css"],
22
- "js": ["dist/index.js"],
+ "css": [
+ "dist/core.css"
23
+ ],
24
+ "js": [
25
+ "dist/index.js"
26
27
"run_at": "document_idle"
28
}
29
0 commit comments