Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mayuki
Created March 21, 2016 10:30
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 mayuki/5ae554c8e825f32921c7 to your computer and use it in GitHub Desktop.
Save mayuki/5ae554c8e825f32921c7 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Dummy Extension",
"version": "1.0",
"background": {
"page": "background.html"
},
"permissions": [
"activeTab",
"alarms",
"audioModem",
"background",
"bookmarks",
"browsingData",
"clipboardRead",
"clipboardWrite",
"contentSettings",
"contextMenus",
"cookies",
"copresense",
"debugger",
"declarativeContent",
"declarativeWebRequest",
"desktopCapture",
"dns",
"documentScan",
"downloads",
"experimental",
"fileBrowserHandler",
"fileSystemProvider",
"fontSettings",
"gcm",
"geolocation",
"history",
"identity",
"idle",
"idltest",
"location",
"management",
"nativeMessaging",
"networking.config",
"notificationProvider",
"notifications",
"pageCapture",
"platformKeys",
"power",
"printerProvider",
"privacy",
"processes",
"proxy",
"sessions",
"signedInDevices",
"storage",
"system.cpu",
"system.display",
"system.memory",
"system.storage",
"tabCapture",
"tabs",
"topSites",
"tts",
"ttsEngine",
"unlimitedStorage",
"vpnProvider",
"wallpaper",
"webNavigation",
"webRequest",
"webRequestBlocking"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment