Conflicts: CHANGELOG.md CONTRIBUTING.md LICENSE README.md builds/appchan-x.user.js builds/crx/manifest.json builds/crx/script.js latest.js package.json src/Filtering/PostHiding.coffee src/Filtering/ThreadHiding.coffee src/General/Config.coffee src/General/Header.coffee src/General/Index.coffee src/General/Main.coffee src/General/Navigate.coffee src/General/Settings.coffee src/General/UI.coffee src/General/html/Features/Index-navlinks.html src/Miscellaneous/CustomCSS.coffee src/Posting/QR.captcha.coffee src/Posting/QR.coffee src/Quotelinks/QuoteBacklink.coffee src/Quotelinks/QuoteYou.coffee
25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"name": "appchan x",
|
|
"version": "2.8.13",
|
|
"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": "32",
|
|
"permissions": [
|
|
"storage",
|
|
"http://*/",
|
|
"https://*/"
|
|
]
|
|
}
|