Conflicts: CHANGELOG.md LICENSE README.md builds/appchan-x.user.js builds/crx/icon16.png builds/crx/icon48.png builds/crx/manifest.json builds/crx/script.js latest.js package.json src/General/Config.coffee src/General/html/Features/QuickReply.html src/General/img/icon16.png src/General/img/icon48.png src/Miscellaneous/Emoji.coffee src/Posting/QR.captcha.coffee src/Posting/QR.coffee
25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"name": "appchan x",
|
|
"version": "2.8.9",
|
|
"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": "31",
|
|
"permissions": [
|
|
"storage",
|
|
"http://*/",
|
|
"https://*/"
|
|
]
|
|
}
|