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": "PHP.net Search Results - Fixed",
"manifest_version": 3,
"version": "1.0.3",
"description": "Include the name of the PHP function in google search results",
"author": "Sam Kauffman (SamVK)",
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png",
"128": "img\/icon\/icon-128.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/search*"
],
"js": [
"script.js"
]
}
]
}