Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"app": {
"launch": {
"local_path": "index.html"
}
},
"background": {
"scripts": [
"js\/easyNote_context_menu.js"
]
},
"content_scripts": [
{
"js": [
"oauth2\/oauth2_inject.js"
],
"matches": [
"*:\/\/www.google.com\/robots.txt*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"js\/easyNote_content_script.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_easynote_description__",
"icons": {
"16": "img\/notes-16.png",
"128": "img\/notes-128.png"
},
"manifest_version": 2,
"name": "__MSG_easynote_name__",
"options_page": "options.html",
"permissions": [
"https:\/\/accounts.google.com\/o\/oauth2\/token",
"https:\/\/www.googleapis.com\/",
"notifications",
"contextMenus"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.7.4",
"web_accessible_resources": [
"\/img\/notes-128.png",
"index.html",
"\/oauth2\/oauth2.html"
]
}