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.
 
 
 

28 lines
692 B

{
"name": "9GAG LILiK Mod",
"description": "Mod to make 9gag a better place",
"version": "1.1",
"options_page":"preferences/preferences.html",
"permissions" : [
"activeTab",
"contextMenus",
"clipboardWrite",
"storage"
],
"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"]
},
"web_accessible_resources": ["assets/logo100.png", "style.css"],
"icons": { "16": "assets/logoDark16.png",
"48": "assets/logoDark48.png",
"128": "assets/logoDark128.png" },
"manifest_version": 2
}