Conflicts: CHANGELOG.md LICENSE builds/4chan-X.meta.js builds/4chan-X.user.js builds/appchan-x.user.js builds/crx/manifest.json builds/crx/script.js latest.js package.json src/Filtering/ThreadHiding.coffee src/General/Config.coffee src/General/Header.coffee src/General/Main.coffee src/General/Settings.coffee src/General/css/font-awesome.css src/General/lib/notice.class src/General/meta/metadata.js src/Images/Gallery.coffee src/Images/ImageExpand.coffee src/Monitoring/Favicon.coffee src/Monitoring/ThreadWatcher.coffee src/Posting/QuickReply.coffee worksforme.png
23 lines
569 B
JSON
23 lines
569 B
JSON
{
|
|
"name": "appchan x",
|
|
"version": "2.5.1",
|
|
"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": ["*://boards.4chan.org/*","*://sys.4chan.org/*","*://a.4cdn.org/*","*://i.4cdn.org/*"],
|
|
"all_frames": true,
|
|
"run_at": "document_start"
|
|
}],
|
|
"homepage_url": "http://zixaphir.github.com/appchan-x/",
|
|
"minimum_chrome_version": "29",
|
|
"permissions": [
|
|
"storage"
|
|
]
|
|
}
|