Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Sample Chrome Manifest
SUBMITTED BY:
coolosity
DATE:
July 16, 2016, 5:29 a.m.
FORMAT:
JavaScript
SIZE:
628 Bytes
Raw
Download
Tweet
HITS:
6901
Go to comments
Report
{
"app"
:
{
"launch"
:
{
"local_path"
:
"get.html"
}
},
"content_scripts"
:
[
{
"matches"
:
[
"*://*/*"
],
"js"
:
[
"content.js"
],
"run_at"
:
"document_start"
}
],
"web_accessible_resources"
:
[
"inject.js"
],
"background"
:
{
"scripts"
:
[
"background.js"
]
},
"content_security_policy"
:
"script-src 'self' 'unsafe-eval'; object-src 'self'"
,
"description"
:
"My Description"
,
"manifest_version"
:
2
,
"name"
:
"Title"
,
"permissions"
:
[
"tabs"
,
"http://*/*"
,
"https://*/*"
,
"webNavigation"
,
"storage"
],
"version"
:
"1.0.0"
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus