23 lines
522 B
JSON
23 lines
522 B
JSON
{
|
|
"name": "appchan x",
|
|
"version": "2.1.3",
|
|
"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": ["*://*.4chan.org/*","*://4chan.org/*"],
|
|
"all_frames": true,
|
|
"run_at": "document_start"
|
|
}],
|
|
"homepage_url": "http://zixaphir.github.com/appchan-x/",
|
|
"minimum_chrome_version": "24",
|
|
"permissions": [
|
|
"storage"
|
|
]
|
|
}
|