Conflicts: CHANGELOG.md CONTRIBUTING.md Gruntfile.js README.md changelog-old css/style.css html/Monitoring/ThreadStats.html html/Posting/QR.html json/archives.json package.json src/Archive/Redirect.coffee src/General/Header.coffee src/General/Main.coffee src/General/Settings.coffee src/General/UI.coffee src/General/html/Settings/Filter-guide.html src/General/lib/$.coffee src/General/lib/clone.class src/General/lib/post.class src/Images/ImageHover.coffee src/Menu/Menu.coffee src/Monitoring/ThreadUpdater.coffee src/Posting/QuickReply.coffee src/Quotelinks/QuotePreview.coffee src/Quotelinks/Quotify.coffee
24 lines
624 B
JSON
24 lines
624 B
JSON
{
|
|
"name": "4chan X",
|
|
"version": "1.2.17",
|
|
"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": ["*://api.4chan.org/*","*://boards.4chan.org/*","*://images.4chan.org/*","*://sys.4chan.org/*"],
|
|
"all_frames": true,
|
|
"run_at": "document_start"
|
|
}],
|
|
"homepage_url": "http://seaweedchan.github.io/4chan-x/",
|
|
"minimum_chrome_version": "27",
|
|
"minimum_opera_version": "15",
|
|
"permissions": [
|
|
"storage"
|
|
]
|
|
}
|