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",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "2.0.0",
"description": "__MSG_desc__",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/init.js",
"js\/font_content.js",
"js\/jquery.min.js"
],
"css": [
"css\/font_content.css"
]
}
],
"background": {
"scripts": [
"js\/init.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon128.png",
"default_title": "__MSG_name__"
},
"permissions": [
"proxy",
"webRequest",
"storage",
"<all_urls>",
"*:\/\/*.pictureknow.com\/*"
],
"optional_permissions": [],
"homepage_url": "https:\/\/www.pictureknow.com\/",
"default_locale": "zh_CN"
}