Created
February 21, 2014 18:58
-
-
Save Spittie/9140852 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "4chan X", | |
| "version": "1.3.10", | |
| "manifest_version": 2, | |
| "description": "Cross-browser userscript for maximum lurking on 4chan.", | |
| "icons": { | |
| "16": "icon16.png", | |
| "48": "icon48.png", | |
| "128": "icon128.png" | |
| }, | |
| "content_scripts": [{ | |
| "js": ["script.js"], | |
| "matches": ["*://boards.4chan.org/*","*://sys.4chan.org/*","*://a.4cdn.org/*","*://i.4cdn.org/*"], | |
| "all_frames": true, | |
| "run_at": "document_start" | |
| }], | |
| "homepage_url": "http://seaweedchan.github.io/4chan-x/", | |
| "minimum_chrome_version": "31", | |
| "permissions": [ | |
| "storage" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment