1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-07 15:12:33 +02:00

revert manigest.json

This commit is contained in:
Kushagra Gour
2018-06-16 14:57:08 +05:30
parent dfcd5bc505
commit 3c5c8b012b

View File

@ -1,21 +1,27 @@
{ {
"name": "webmaker", "name": "Web Maker",
"short_name": "webmaker", "version": "3.2.0",
"start_url": "/", "manifest_version": 2,
"display": "standalone", "description": "Blazing fast & offline playground for your web experiments",
"orientation": "portrait", "homepage_url": "https://webmakerapp.com",
"background_color": "#fff", "permissions": ["storage", "tabs", "<all_urls>"],
"theme_color": "#673ab8", "optional_permissions": ["downloads"],
"icons": [ "content_security_policy":
{ "script-src 'self' filesystem: http://localhost:* https://localhost:* https://apis.google.com https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
"src": "/assets/icons/android-chrome-192x192.png", "options_ui": {
"type": "image/png", "page": "options.html",
"sizes": "192x192" "chrome_style": true
}, },
{ "browser_action": {
"src": "/assets/icons/android-chrome-512x512.png", "default_title": "Start Web Maker",
"type": "image/png", "default_icon": "icon-16.png"
"sizes": "512x512" },
"background": {
"scripts": ["eventPage.js"],
"persistent": false
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png"
} }
]
} }