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": "Scriptify Web - Inject JavaScript",
"short_name": "Scriptify",
"description": "Write quick JavaScript for any webpage on the web! A Tool By MD Khokon",
"manifest_version": 2,
"permissions": [
"http:\/\/*\/*",
"storage"
],
"version": "1.1",
"icons": {
"48": "assets\/img\/48.png",
"128": "assets\/img\/128.png",
"256": "assets\/img\/256.png"
},
"browser_action": {
"default_icon": "assets\/img\/128.png",
"default_popup": "popup.html",
"default_title": "Personal Tools"
},
"content_scripts": [
{
"css": [
"assets\/alon.css"
],
"js": [
"assets\/jquery.js",
"assets\/alon.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
}