Skip to content

Instantly share code, notes, and snippets.

@guizmo51
guizmo51 / manifest.json
Created July 19, 2015 06:41
Manifest of boostadopt chrome extension
{
"content_scripts": [ {
"js": [ "extensionO.js" ],
"matches": ["http://boostadopt.com/*","http://boostadopt.local/*"],
"run_at": "document_end"
} ],
"web_accessible_resources": ["script.js","manifest.json"
],
"description": "Booster pour AdopteUnMec.com",
"name": "ExtBoostAdopt",