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",
"name": "Motivation On Steroids - Elon Musk Edition",
"description": "Curated Elon Motivation While You Browse The Internet!. The Plugin loads curated Elon Musk Motivation Quotes. ",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"192": "icons\/192.png",
"512": "icons\/512.png"
},
"browser_action": {
"default_title": "Motivation On Steroids - Elon Musk Edition",
"default_icon": "icons\/128.png"
},
"background": {
"scripts": [
"jquery.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery.js",
"core.js"
]
}
]
}