Skip to content

Instantly share code, notes, and snippets.

@onlyoneaman
Last active March 8, 2021 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onlyoneaman/b52fee61278cfd73277e88a2e3f2d78a to your computer and use it in GitHub Desktop.
Save onlyoneaman/b52fee61278cfd73277e88a2e3f2d78a to your computer and use it in GitHub Desktop.
{
"short_name": "BgColor Change",
"name": "Change background color",
"version": "1.0.0",
"manifest_version": 2,
"permissions": [
"storage",
"tabs",
"activeTab",
"http://*/*",
"https://*/*"
],
"browser_action": {
"default_popup": "extension/build/index.html",
"default_icon": {
"16": "/images/get_started16.png",
"32": "/images/get_started32.png",
"48": "/images/get_started48.png",
"128": "/images/get_started128.png"
}
},
"icons": {
"16": "/images/get_started16.png",
"32": "/images/get_started32.png",
"48": "/images/get_started48.png",
"128": "/images/get_started128.png"
},
"content_security_policy": "script-src 'self' 'sha256-fdAfMKZtCTRPKMRznGwonJHC++vCCrQS7XFnVrzSXAE=' 'sha256-YD8w9VLrdvqI5/tFVmpT+1337ly+e/JvPrkRxYZo/w4='; object-src 'self';"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment