Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lemlinks - Link Discovery Made Easy",
"version": "3.3.8",
"description": "Seo based extension",
"browser_action": {
"default_icon": ".\/icons\/LemlinksFavicon.png"
},
"background": {
"scripts": [
"scripts\/settingManager.js",
"scripts\/background.js"
],
"persistent": true
},
"icons": {
"16": ".\/icons\/icon_16.png",
"48": ".\/icons\/icon_48.png",
"128": ".\/icons\/icon_128.png"
},
"permissions": [
"tabs",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage",
"identity"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
".\/scripts\/imports\/js\/jquery.min.js",
".\/scripts\/linkOpenerMaster.js",
".\/scripts\/contentScript.js"
]
}
],
"web_accessible_resources": [
"\/img\/*"
]
}