- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / browsertest / title_localized_pa / manifest.json
1 {
2    "background": {
3      "scripts": ["background.js"]
4    },
5    "content_scripts": [ {
6       "js": [ "script.js" ],
7       "matches": [ "http://*/*" ]
8    } ],
9    "description": "Hreggvi\u00F0ur: l10n page action",
10    "name": "Hreggvi\u00F0ur is my name",
11    "page_action": {
12      "default_title": "Hreggvi\u00F0ur",
13      "default_icon": "chrome-16.png"
14    },
15    "permissions": [ "http://*/*" ],
16    "manifest_version": 2,
17    "version": "1.0"
18 }