4chan-x/builds/crx/manifest.json
Zixaphir 599eaef3df Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	Gruntfile.js
	src/features.coffee
	src/main.coffee
2013-04-16 18:03:14 -07:00

23 lines
587 B
JSON

{
"name": "4chan X",
"version": "3.1.4",
"manifest_version": 2,
"description": "Cross-browser extension for productive lurking on 4chan.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [{
"js": ["script.js"],
"matches": ["*://api.4chan.org/*","*://boards.4chan.org/*","*://images.4chan.org/*","*://sys.4chan.org/*"],
"all_frames": true,
"run_at": "document_start"
}],
"homepage_url": "https://4chan-x.just-believe.in/",
"minimum_chrome_version": "26",
"permissions": [
"storage"
]
}