4chan-x/builds/crx/manifest.json
Zixaphir 33943a06eb Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	css/style.css
	package.json
	src/General/Build.coffee
	src/General/Main.coffee
	src/Images/ImageExpand.coffee
	src/Images/ImageHover.coffee
	src/Monitoring/ThreadUpdater.coffee
2014-04-12 18:13:21 -07:00

26 lines
679 B
JSON
Executable File

{
"name": "4chan X",
"version": "1.7.8",
"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": "https://github.com/ccd0/4chan-x",
"update_url": "https://ccd0.github.io/4chan-x/builds/updates.xml",
"minimum_chrome_version": "33",
"permissions": [
"storage",
"http://*/",
"https://*/"
]
}