A LILiK chrome extension for the well known 9gag website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
435 B

{
"name": "9GAG lilik mod",
"description": "Mod to make 9gag a better place",
"version": "1.0",
"permissions" : [
"activeTab",
"contextMenus",
"clipboardWrite"
],
"content_scripts": [ {
"js": [ "jquery-2.1.4.min.js", "main.js" ],
"matches": ["http://9gag.com/*", "https://9gag.com/*"],
"css": ["style.css"]
}],
"background": {
"persistent": false,
"scripts": ["background.js"]
},
"manifest_version": 2
}