4chan-x/builds/crx/manifest.json
Zixaphir 904316e4e0 Merge branch 'v3'
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/crx/manifest.json
	builds/crx/script.js
	latest.js
	package.json
	src/General/Config.coffee
2013-10-13 14:42:58 -07:00

23 lines
523 B
JSON

{
"name": "appchan x",
"version": "2.3.10",
"manifest_version": 2,
"description": "The most comprehensive 4chan userscript.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [{
"js": ["script.js"],
"matches": ["*://*.4chan.org/*","*://4chan.org/*"],
"all_frames": true,
"run_at": "document_start"
}],
"homepage_url": "http://zixaphir.github.com/appchan-x/",
"minimum_chrome_version": "27",
"permissions": [
"storage"
]
}