forked from kaayru/wordxpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·27 lines (27 loc) · 1.23 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"browser_action": {
"default_icon": "img/icon_32.png",
"default_popup": "popup.html",
"default_title": "WordXPress - Post on WordPress faster than saying it"
},
"content_scripts": [ {
"js": [ "lib/jquery-2.0.1.min.js", "lib/jquery-url.js", "js/application.js" ],
"matches": [ "\u003Call_urls>" ],
"run_at": "document_end"
} ],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"description": "Post very quickly pictures and videos from a web page to your wordPress blog using XML-RPC",
"icons": {
"128": "img/icon_128.png",
"32": "img/icon_32.png",
"48": "img/icon_48.png",
"64": "img/icon_64.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLHirD5mtefJ9hdMQHKbOA72DuCN/PUgPPQnf5OTf1Lt9CKsL4/duFDsDwGyGFixPOlntadrwxPBfcaf1oPA+ulOvxIJ+e3Pdy6RAURiI2TiKOmA1ZTr0gonlWO8NBS9q/RnA44aRD8Qnz+yC8FLfTI9XjNBrbAbYmCjGhCIU0owIDAQAB",
"manifest_version": 2,
"name": "WordXPress - WordPress fastest posting tool",
"options_page": "options.html",
"permissions": [ "http://*/", "https://*/", "tabs", "\u003Call_urls>" ],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "1.2.4.4"
}